Skip to content

Commit 23f34f9

Browse files
committed
Tester deploy backend
#deploy-test-dolly-backend
1 parent a9d7e56 commit 23f34f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/all.workflows.yml

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ permissions:
4242
id-token: write
4343

4444
jobs:
45-
4645
backend:
4746
if: inputs.workflow == 'backend'
4847
uses: ./.github/workflows/common.workflow.backend.yml

apps/dolly-backend/src/main/java/no/nav/dolly/DollyBackendApplicationStarter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public static void main(String[] args) {
1414
.initializers(new NaisEnvironmentApplicationContextInitializer())
1515
.run(args);
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)