Skip to content

Commit

Permalink
ci: native mode
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Mar 30, 2021
1 parent d00ec50 commit eddefd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
java-version: '11'
- name: Build
run: mvn -B verify
run: mvn -B -Pnative verify
- name: Push Image
run: |
mvn -B -Pci,native oc:build oc:push \
Expand Down

0 comments on commit eddefd2

Please sign in to comment.