Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 18, 2024
1 parent bb01fff commit 6bc4add
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ staging-deploy-ds-gateway:
- push-collector-image-demo
rules:
# changing to staging for testing purposes.
- if: '$CI_COMMIT_REF_NAME =~ /-staging$/'
# - if: '$CI_COMMIT_REF_NAME == "prod"'
- if: '$CI_COMMIT_REF_NAME == "prod"'
script:
- >-
TEMP_AWS_ACCESS_KEY_ID=$(aws ssm get-parameter --region us-east-1 --name ci.opentelemetry-collector-contrib.eks_access_key --with-decryption --query Parameter.Value --out text)
Expand Down

0 comments on commit 6bc4add

Please sign in to comment.