Skip to content

Commit

Permalink
Build docker image during PR validation (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli authored Dec 25, 2021
1 parent b9854b5 commit 9c57fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-validation-test-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
run: mvn -B install -DskipTests --file pom.xml -Pjenkins
- name: 'Build with Maven'
run: mvn -B verify -Dmaven.test.redirectTestOutputToFile=true -Dherddb.file.requirefsync=false --file pom.xml -Pjenkins -pl !herddb-core
- name: 'Build docker images'
run: mvn -B -pl herddb-docker --file pom.xml package jib:dockerBuild@build -Dimage.server.image.name=herddb/server:latest
- name: 'Remove Snapshots Before Caching'
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf

0 comments on commit 9c57fe4

Please sign in to comment.