Skip to content

Commit

Permalink
Build binaries without binary repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Oct 8, 2023
1 parent 799f0ef commit 47caad6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/solution-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: binaries
run: >
ansible-playbook binaries.yml
-e binary_repo=maven.pkg.github.com
-e focus=solution
run: ansible-playbook binaries.yml -e focus=solution
working-directory: .dx
env:
GITHUB_ACTOR: ${{ github.actor }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/toolchain-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: >
ansible-playbook stacks.yml
-e binary_repo=maven.pkg.github.com
-e image_repo=ghcr.io
-e devenv=${{ matrix.devenv.name }}
-e focus=toolchain
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/toolchain-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: >
ansible-playbook binaries.yml
-e binary_repo=maven.pkg.github.com
-e devenv=${{ matrix.devenv.name }}
-e focus=toolchain
working-directory: .dx
Expand Down

0 comments on commit 47caad6

Please sign in to comment.