We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb32c2a commit 2d4a9c5Copy full SHA for 2d4a9c5
.gitlab/deploy_containers/deploy_containers_a7.yml
@@ -49,7 +49,7 @@ include:
49
stage: deploy_containers
50
dependencies: []
51
before_script:
52
- - if [[ -z "$VERSION" ]]; then VERSION="$(dda inv agent.version --url-safe --pipeline-id $PARENT_PIELINE_ID)-fips" || exit $?; fi
+ - if [[ -z "$VERSION" ]]; then VERSION="$(dda inv agent.version --url-safe --pipeline-id $PARENT_PIPELINE_ID)-fips" || exit $?; fi
53
- export IMG_SOURCES="${SRC_AGENT}:v${PARENT_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}-7-fips${JMX}-amd64,${SRC_AGENT}:v${PARENT_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}-7-fips${JMX}-arm64"
54
- export IMG_DESTINATIONS="${AGENT_REPOSITORY}:${VERSION}${JMX}"
55
0 commit comments