Skip to content

Commit 8372cf8

Browse files
committed
Configure Digitransit CI actions
1 parent fe79f51 commit 8372cf8

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/dev-pipeline.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,8 @@ on:
55
- v2
66
- custom-release
77
jobs:
8-
test:
9-
runs-on: ubuntu-latest
10-
timeout-minutes: 20
11-
steps:
12-
- uses: actions/checkout@v4
13-
with:
14-
fetch-depth: 0
15-
16-
- uses: actions/setup-node@v4
17-
with:
18-
node-version: 18
19-
20-
- name: Set up JDK 21
21-
uses: actions/setup-java@v4
22-
with:
23-
java-version: 21
24-
distribution: temurin
25-
cache: maven
26-
278
container-image:
289
runs-on: ubuntu-latest
29-
needs:
30-
- test
3110
steps:
3211
- uses: actions/checkout@v4
3312
with:
@@ -52,4 +31,4 @@ jobs:
5231
date_time=`date +"%Y-%m-%dT%H-%M-%S"`
5332
docker_tag_long="$otp_version-$date_time-$commit_hash"
5433
55-
mvn --batch-mode -P prettierSkip install -DskipTests com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long
34+
mvn --batch-mode -P prettierSkip install com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long

0 commit comments

Comments
 (0)