Skip to content

Commit

Permalink
💚[gitlab] use new project name (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan authored Dec 10, 2019
1 parent 700cd5f commit 2c87f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
APP: 'browser-agent'
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 12
BUILD_STABLE_REGISTRY: '486234852809.dkr.ecr.us-east-1.amazonaws.com'
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci-cbt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

export CBT_USERNAME=$(aws ssm get-parameter --region us-east-1 --name ci.browser-agent.cbt_username --with-decryption --query "Parameter.Value" --out text)
export CBT_AUTHKEY=$(aws ssm get-parameter --region us-east-1 --name ci.browser-agent.cbt_authkey --with-decryption --query "Parameter.Value" --out text)
export CBT_USERNAME=$(aws ssm get-parameter --region us-east-1 --name ci.browser-sdk.cbt_username --with-decryption --query "Parameter.Value" --out text)
export CBT_AUTHKEY=$(aws ssm get-parameter --region us-east-1 --name ci.browser-sdk.cbt_authkey --with-decryption --query "Parameter.Value" --out text)
yarn "$1":cbt

0 comments on commit 2c87f87

Please sign in to comment.