Skip to content

Commit

Permalink
Merge pull request #3938 from akvo/3937-update-promote-script
Browse files Browse the repository at this point in the history
[#3937] Update docker image version on promote and flip scripts
  • Loading branch information
dedenbangkit authored Nov 16, 2022
2 parents ad99125 + 501fcbc commit 32c6821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/flip-production-traffic.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

docker run --rm -e ZULIP_CLI_TOKEN -v ~/.config:/home/akvo/.config -v "$(pwd)":/app \
-it akvo/akvo-devops:20210520.133254.3135254 \
flow-flip-production-traffic.sh
-it akvo/akvo-devops:20221116.065236.4430fc2 \
flow-flip-production-traffic.sh
2 changes: 1 addition & 1 deletion ci/promote-test-to-prod.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

docker run --rm -e ZULIP_CLI_TOKEN -v ~/.config:/home/akvo/.config -v "$(pwd)":/app \
-it akvo/akvo-devops:20210520.133254.3135254 \
-it akvo/akvo-devops:20221116.065236.4430fc2 \
flow-promote-test-to-prod.sh

0 comments on commit 32c6821

Please sign in to comment.