Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts #27
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Apr 18, 2024
1 parent e980133 commit 66b1e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Build job
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
run: bash ./scripts/build.sh -p -r ${{ github.job }} ${{ matrix.variant }} -v ${{ matrix.variant }}
run: bash ./scripts/build.sh -p -r ${{ github.job }} -v ${{ matrix.variant }}

0 comments on commit 66b1e3f

Please sign in to comment.