Skip to content
Snippets Groups Projects
Commit ac1b74d4 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

set -x

parent 0754fd20
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !940. Comments created here will be created in the context of that merge request.
...@@ -352,7 +352,8 @@ eic: ...@@ -352,7 +352,8 @@ eic:
source eic-spack.sh ; source eic-spack.sh ;
export SPACK_VERSION ; export SPACK_VERSION ;
cat mirrors.yaml.in | envsubst > mirrors.yaml cat mirrors.yaml.in | envsubst > mirrors.yaml
- while ! - set -x;
while !
docker buildx build --push ${BUILD_OPTIONS} docker buildx build --push ${BUILD_OPTIONS}
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE} --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE}
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE/eic/jug}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE} --tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE/eic/jug}${ENV}:${INTERNAL_TAG}-${BUILD_TYPE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment