Skip to content

Commit 2d4a9c5

Browse files
fix typo in deploy_containers fips job (#36694)
1 parent fb32c2a commit 2d4a9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/deploy_containers/deploy_containers_a7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include:
4949
stage: deploy_containers
5050
dependencies: []
5151
before_script:
52-
- if [[ -z "$VERSION" ]]; then VERSION="$(dda inv agent.version --url-safe --pipeline-id $PARENT_PIELINE_ID)-fips" || exit $?; fi
52+
- if [[ -z "$VERSION" ]]; then VERSION="$(dda inv agent.version --url-safe --pipeline-id $PARENT_PIPELINE_ID)-fips" || exit $?; fi
5353
- 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"
5454
- export IMG_DESTINATIONS="${AGENT_REPOSITORY}:${VERSION}${JMX}"
5555

0 commit comments

Comments
 (0)