Skip to content

Commit

Permalink
feat: build script (ART-875)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikoe committed Dec 18, 2019
1 parent f5f3aa7 commit fc2851b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
gcloud container clusters get-credentials cluster
- run:
name: Set namespace
command: declare -A envs=( ["develop"]="dev" ["master"]="demo" ["release/1.1"] = "uat"); echo "export NAMESPACE='${envs[$CIRCLE_BRANCH]}'" >> $BASH_ENV;
command: declare -A envs=( ["develop"]="dev" ["master"]="demo" ["release/1.1"]="uat"); echo "export NAMESPACE='${envs[$CIRCLE_BRANCH]}'" >> $BASH_ENV;
- run:
name: Update images
command: |
Expand Down

0 comments on commit fc2851b

Please sign in to comment.