Skip to content

Commit fb21318

Browse files
committed
Skip docker module in CI
1 parent 4f17f15 commit fb21318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
}]
5656
5757
- name: Build
58-
run: mvn clean install $MAVEN_CLI_OPTS -DskipTests
58+
run: mvn clean install $MAVEN_CLI_OPTS -DskipTests -pl '!docker'
5959

6060
full-build:
6161
if: github.event_name != 'pull_request'
@@ -89,7 +89,7 @@ jobs:
8989
}]
9090
9191
- name: Build
92-
run: mvn clean install $MAVEN_CLI_OPTS -DskipTests
92+
run: mvn clean install $MAVEN_CLI_OPTS -DskipTests -pl '!docker'
9393

9494
deploy:
9595
needs: full-build

0 commit comments

Comments
 (0)