File tree Expand file tree Collapse file tree 5 files changed +7
-29
lines changed
Expand file tree Collapse file tree 5 files changed +7
-29
lines changed Original file line number Diff line number Diff line change 55 "context" : {
66 "cookiecutter" : {
77 "repo_name" : " guardian-client-java" ,
8- "team_uniform_name" : " dapla-stat " ,
8+ "team_uniform_name" : " dftjen " ,
99 "program_type" : " LIBRARY" ,
1010 "java_version" : " 17" ,
1111 "default_branch_name" : " master" ,
Original file line number Diff line number Diff line change 99 - " .gitignore"
1010
1111env :
12- DAPLA_REGISTRY : europe-north1-docker.pkg.dev/${{secrets.GAR_PROJECT_ID}}/dapla-stat -maven
12+ DAPLA_REGISTRY : europe-north1-docker.pkg.dev/${{secrets.GAR_PROJECT_ID}}/dftjen -maven
1313
1414jobs :
1515 build-push :
3434 uses : google-github-actions/auth@v2
3535 with :
3636 workload_identity_provider : " projects/${{secrets.GAR_PROJECT_NUMBER}}/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions"
37- service_account : " gh-actions-dapla-stat @${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
37+ service_account : " gh-actions-dftjen @${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
3838 token_format : access_token
3939
4040 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 99 - " .gitignore"
1010
1111env :
12- DAPLA_REGISTRY : europe-north1-docker.pkg.dev/${{secrets.GAR_PROJECT_ID}}/dapla-stat -docker
12+ DAPLA_REGISTRY : europe-north1-docker.pkg.dev/${{secrets.GAR_PROJECT_ID}}/dftjen -docker
1313
1414jobs :
1515 build-test :
3535 uses : google-github-actions/auth@v2
3636 with :
3737 workload_identity_provider : " projects/${{secrets.GAR_PROJECT_NUMBER}}/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions"
38- service_account : " gh-actions-dapla-stat @${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
38+ service_account : " gh-actions-dftjen @${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
3939 token_format : access_token
4040
4141 - name : Login to Artifact Registry
Original file line number Diff line number Diff line change 4141 uses : google-github-actions/auth@v2
4242 with :
4343 workload_identity_provider : " projects/${{secrets.GAR_PROJECT_NUMBER}}/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions"
44- service_account : " gh-actions-dapla-stat @${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
44+ service_account : " gh-actions-dftjen @${{secrets.GAR_PROJECT_ID}}.iam.gserviceaccount.com"
4545 token_format : access_token
4646
4747 - name : Get bot variables
Original file line number Diff line number Diff line change 1010 <java .version>17</java .version>
1111 <maven .compiler.release>${java.version} </maven .compiler.release>
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13- <old-artifact-registry .url>artifactregistry://europe-north1-maven.pkg.dev/artifact-registry-14da</old-artifact-registry .url>
1413 <dapla-artifact-registry .url>
15- artifactregistry://europe-north1-maven.pkg.dev/artifact-registry-5n/dapla-stat -maven</dapla-artifact-registry .url>
14+ artifactregistry://europe-north1-maven.pkg.dev/artifact-registry-5n/dftjen -maven</dapla-artifact-registry .url>
1615 <github .repository>statisticsnorway/guardian-client-java</github .repository>
1716 <project .scm.id>github</project .scm.id>
1817
268267 <enabled >true</enabled >
269268 </snapshots >
270269 </repository >
271- <repository > <!-- Old AR is added for compatibility with Dapla modules -->
272- <id >old-artifact-registry</id >
273- <url >${old-artifact-registry.url} /maven-releases</url >
274- </repository >
275- <repository > <!-- Old AR is added for compatibility with Dapla modules -->
276- <id >old-artifact-registry-snapshots</id >
277- <url >${old-artifact-registry.url} /maven-snapshots</url >
278- </repository >
279270 </repositories >
280271
281272 <profiles >
305296 <skip .it>true</skip .it>
306297 </properties >
307298 </profile >
308- <profile >
309- <id >ssb-bip</id >
310- <distributionManagement >
311- <repository >
312- <id >artifact-registry</id >
313- <url >${artifact-registry.url} /maven-releases</url >
314- </repository >
315- <snapshotRepository >
316- <id >artifact-registry-snapshots</id >
317- <url >${artifact-registry.url} /maven-snapshots</url >
318- </snapshotRepository >
319- </distributionManagement >
320- </profile >
321299 <profile >
322300 <id >coverage</id >
323301 <properties >
You can’t perform that action at this time.
0 commit comments