Skip to content
Snippets Groups Projects
Verified Commit f3de760e authored by David Mehren's avatar David Mehren
Browse files

Something with bash and quotes

parent 2ba4f674
Branches
No related tags found
No related merge requests found
Pipeline #26760 canceled
......@@ -18,8 +18,7 @@ build-main:
script:
- docker build
--build-arg BUILDKIT_INLINE_CACHE=1
--build-arg LDAP_PLUGIN_URL=$LDAP_PLUGIN_URL
--pull
--build-arg LDAP_PLUGIN_URL="${LDAP_PLUGIN_URL}"
--cache-from $CI_REGISTRY_IMAGE:stage-src
--target src
-t "$CI_REGISTRY_IMAGE:stage-src"
......@@ -37,8 +36,8 @@ build-main:
- docker push "$CI_REGISTRY_IMAGE:stage-texlive-update-branch-$CI_COMMIT_REF_SLUG"
- docker build
--build-arg BUILDKIT_INLINE_CACHE=1
--build-arg login_text=$LOGIN_TEXT
--build-arg collab_text=$COLLAB_TEXT
--build-arg login_text="${LOGIN_TEXT}"
--build-arg collab_text="${COLLAB_TEXT}"
--pull
--cache-from $CI_REGISTRY_IMAGE
--target app --squash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment