Skip to content

Commit 53723b4

Browse files
committed
Remove reference to deleted module
1 parent e3d93f2 commit 53723b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/klass-v3-build-and-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Build with Maven
4545
if: steps.changed-files.outputs.changed != 'only-inputs'
46-
run: mvn --batch-mode --update-snapshots install -pl '!:klass-forvaltning'
46+
run: mvn --batch-mode --update-snapshots install
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

@@ -76,4 +76,3 @@ jobs:
7676
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
7777
WORKLOAD_IMAGE: ${{ needs.build.outputs.image }}
7878
TELEMETRY: ${{ needs.build.outputs.telemetry }}
79-

0 commit comments

Comments
 (0)