Skip to content

Commit

Permalink
fix push flag
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwbrown committed May 4, 2024
1 parent 41087da commit 1a26725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ wait_for_tests:
- '$_instance_id = (iwr -UseBasicParsing http://169.254.169.254/latest/meta-data/instance-id).content ; Write-Host "Running on instance $($_instance_id)"'
- $SHORT_CI_COMMIT_SHA = $($CI_COMMIT_SHA.Substring(0,8))
- $SRC_TAG = "v$CI_PIPELINE_ID-$SHORT_CI_COMMIT_SHA"
- $SRC_IMAGE = "486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/${IMAGE}${ECR_TEST_ONLY}:${SRC_TAG}"
- $SRC_IMAGE = "486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/${IMAGE}${ECR_TEST_ONLY}:${GO_COMPILER_TAG}${SRC_TAG}"
- $GO_COMPILER = ${GO_COMPILER_VERSION}
- Write-Host "Building with Go compiler version $($GO_COMPILER)"
- .\build-container.ps1 -Arch $DD_TARGET_ARCH -Tag $SRC_IMAGE -GoCompilerVersion $GO_COMPILER
Expand Down

0 comments on commit 1a26725

Please sign in to comment.