We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d93f2 commit 53723b4Copy full SHA for 53723b4
.github/workflows/klass-v3-build-and-deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Build with Maven
45
if: steps.changed-files.outputs.changed != 'only-inputs'
46
- run: mvn --batch-mode --update-snapshots install -pl '!:klass-forvaltning'
+ run: mvn --batch-mode --update-snapshots install
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
@@ -76,4 +76,3 @@ jobs:
76
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
77
WORKLOAD_IMAGE: ${{ needs.build.outputs.image }}
78
TELEMETRY: ${{ needs.build.outputs.telemetry }}
79
-
0 commit comments