diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b97976703..ae1154eee4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ copy_to_s3: when: on_success - if: '$CI_COMMIT_BRANCH == "testing"' when: on_success + - when: manual script: - export ACCESS_KEY_ID=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-js.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-js.secret_sec_key_id --with-decryption --query "Parameter.Value" --out text)