Skip to content

Commit

Permalink
Pass opsenv variable (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok authored Oct 8, 2023
1 parent 8f8ad76 commit 3c3d85a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/solution-beyond-doubt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- run: >
ansible-playbook stacks.yaml -t build
-e image_repo=${{ env.IMAGE_REPO }}
-e opsenv=${{ matrix.opsenv }}
-e usage=${{ matrix.usage }}
-e props=${{ matrix.opsenv }}
working-directory: .dx
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
- run: >
ansible-playbook stacks.yaml -t test
-e image_repo=${{ env.IMAGE_REPO }}
-e opsenv=${{ matrix.opsenv }}
-e usage=${{ matrix.usage }}
-e props=${{ matrix.opsenv }}
-e reminder=${{ matrix.shard }}
Expand Down Expand Up @@ -151,9 +153,10 @@ jobs:
- run: >
ansible-playbook stacks.yaml -t package
-e image_repo=${{ env.IMAGE_REPO }}
-e focus=solution
-e opsenv=${{ matrix.opsenv }}
-e usage=${{ matrix.usage }}
-e props=${{ matrix.opsenv }}
-e focus=solution
working-directory: .dx
stack-reporting:
Expand Down

0 comments on commit 3c3d85a

Please sign in to comment.