Skip to content

Commit

Permalink
Resolve conflicts
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 70c8df7 commit 6cd7629
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ jobs:
with:
step: restore
- run: git submodule init
<<<<<<< HEAD:.github/workflows/ci-jobs.yml
- run: git submodule update --remote
- run: mvn -B -U clean package
=======
- run: git submodule update
- run: mvn -B -U -Dbuild.arch=${{ inputs.build-arch }} clean package
>>>>>>> 0d3cbf91 (ci(submodule): don't use remote branch HEAD (#1667)):.github/workflows/ci-build-image.yml
- run: mvn -B -U clean package
env:
GITHUB_TOKEN_REF: ${{ secrets.GH_PKGS_READ_TOKEN }}
- name: Save cryostat image
Expand Down

0 comments on commit 6cd7629

Please sign in to comment.