Skip to content

Commit

Permalink
[INLONG-2028][CI] Update maven command
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Jan 7, 2022
1 parent 57aed79 commit a00cd65
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci_build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@ 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 package -DskipTests -Pdocker
- name: Build docker image
run: mvn --batch-mode --update-snapshots -e -V clean verify -DskipTests -Pdocker

0 comments on commit a00cd65

Please sign in to comment.