Skip to content

Commit

Permalink
[INLONG-2028][CI] Add packaging before building docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Jan 7, 2022
1 parent d75bfcc commit 57aed79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn --batch-mode --update-snapshots -e -V clean install -DskipTests -pl !inlong-website

- name: Build docker
run: mvn --batch-mode --update-snapshots -e -V clean package -DskipTests -Pdocker
run: mvn --batch-mode --update-snapshots -e -V package -DskipTests -Pdocker

0 comments on commit 57aed79

Please sign in to comment.