Skip to content

Commit

Permalink
Fix opsenv in toolchain workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Nov 11, 2023
1 parent 4f39cda commit 3923f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-beyond-doubt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ansible-playbook stacks.yaml
-e image_repo=ghcr.io
-e devenv=${{ matrix.env.dev }}
-e opsenv=lamport
-e opsenv=shannon
-e focus=toolchain
working-directory: .dx
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: >
ansible-playbook binaries.yaml
-e opsenv=lamport
-e opsenv=shannon
-e focus=toolchain
working-directory: .dx
env:
Expand Down

0 comments on commit 3923f59

Please sign in to comment.