Skip to content

Commit

Permalink
CI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
shimritproj committed Nov 2, 2023
1 parent bf68b26 commit e04d8ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ jobs:
needs:
- lint
- unit
defaults:
run:
shell: bash
working-directory: metallboperator
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down Expand Up @@ -179,7 +183,10 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.20'


- name: Delete old controller-gen
run: |
rm $(which controller-gen)
- name: Build image
run: |
cd ${GITHUB_WORKSPACE}/metallboperator-latest
Expand Down

0 comments on commit e04d8ae

Please sign in to comment.