Skip to content

Commit

Permalink
[CI] fix to include sandbox env for the sandbox builds. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmets authored Sep 8, 2022
1 parent e1a2506 commit e89db56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ workflows:
- test
context: AWS-Dev
prove_enabled: "true"
env: "sandbox"
image_tag_1: sandbox-latest
image_tag_2: "sandbox-${CIRCLE_TAG}"
holder_app_uuid: b8820ef7-8ae8-4fa9-9a99-84629b2ea147
Expand Down Expand Up @@ -235,6 +236,7 @@ workflows:
- test
context: AWS-Dev
prove_enabled: "false"
env: "sandbox"
image_tag_1: sandbox-latest-hv
image_tag_2: "sandbox-${CIRCLE_TAG}-hv"
holder_app_uuid: b8820ef7-8ae8-4fa9-9a99-84629b2ea147
Expand Down

0 comments on commit e89db56

Please sign in to comment.