Skip to content

Commit

Permalink
ci(submodule): don't use remote branch HEAD (#1667)
Browse files Browse the repository at this point in the history
Signed-off-by: Elliott Baron <[email protected]>
  • Loading branch information
ebaron authored Sep 11, 2023
1 parent 198c811 commit 0d3cbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
step: restore
- run: git submodule init
- run: git submodule update --remote
- run: git submodule update
- run: mvn -B -U -Dbuild.arch=${{ inputs.build-arch }} clean package
env:
GITHUB_TOKEN_REF: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0d3cbf9

Please sign in to comment.