Skip to content

Commit

Permalink
ci:Remove gitlab deployment when not applicable (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored Sep 4, 2020
1 parent ee2cc2d commit 84dcbd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ copy_to_s3:
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
- when: manual
allow_failure: true
script:
- export ACCESS_KEY_ID=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-rb.secret_key_id --with-decryption --query "Parameter.Value" --out text)
- export SECRET_ACCESS_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-rb.secret_sec_key_id --with-decryption --query "Parameter.Value" --out text)
Expand Down

0 comments on commit 84dcbd6

Please sign in to comment.