Skip to content
Snippets Groups Projects
Commit 0a4d7262 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: rm mirrors job again (leaks credentials)

parent a8e9ca32
No related branches found
No related tags found
No related merge requests found
...@@ -233,19 +233,6 @@ base: ...@@ -233,19 +233,6 @@ base:
--build-arg BUILD_IMAGE=${BUILD_IMAGE} --build-arg BUILD_IMAGE=${BUILD_IMAGE}
containers/debian containers/debian
mirrors:
stage: config
script:
- apk add envsubst
- |
source spack.sh
source eic-spack.sh
export SPACK_VERSION
cat mirrors.yaml.in | envsubst > mirrors.yaml
artifacts:
paths:
- mirrors.yaml
jug_dev: jug_dev:
parallel: parallel:
matrix: matrix:
...@@ -274,14 +261,16 @@ jug_dev: ...@@ -274,14 +261,16 @@ jug_dev:
stage: jug stage: jug
needs: needs:
- version - version
- mirrors
- base - base
script: script:
- if [ "${BUILD_TYPE}" == "nightly" ] ; then IF_BUILD_NIGHTLY=1 ; fi - if [ "${BUILD_TYPE}" == "nightly" ] ; then IF_BUILD_NIGHTLY=1 ; fi
- if [ "${BUILD_TYPE}" == "default" ] ; then IF_BUILD_DEFAULT=1 ; fi - if [ "${BUILD_TYPE}" == "default" ] ; then IF_BUILD_DEFAULT=1 ; fi
- apk add envsubst
- source spack.sh ; - source spack.sh ;
source eic-spack.sh ; source eic-spack.sh ;
docker buildx build --push ${BUILD_OPTIONS} export SPACK_VERSION ;
cat mirrors.yaml.in | envsubst > mirrors.yaml
- 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}
${EXPORT_TAG:+ ${EXPORT_TAG:+
${CI_PUSH:+--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${EXPORT_TAG}-${BUILD_TYPE}} ${CI_PUSH:+--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}${ENV}:${EXPORT_TAG}-${BUILD_TYPE}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment