Skip to content

Commit ed955f9

Browse files
author
Joanna Brodbeck
committed
Fix: Pipeline GitHub Action for BYOS
1 parent 6e8c83e commit ed955f9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
POSTGRES_DB: sakila
4040
ports:
4141
- 5432:5432
42-
options: >-
43-
--health-interval=10s
44-
--health-timeout=5s
45-
--health-retries=5
4642
steps:
4743
- uses: actions/checkout@v4
4844

@@ -89,7 +85,7 @@ jobs:
8985

9086
- name: Replace "SNAPSHOT" within POM version with date, build number and commit hash
9187
run: |
92-
snapshot_version=$(grep "^snapshot_version=" version.properties | cut -d'=' -f2)
88+
snapshot_version=$(grep "^version=" version.properties | cut -d'=' -f2)
9389
echo "SNAPSHOT_VERSION=$snapshot_version" >> $GITHUB_ENV
9490
9591
date=$(date -u +%Y%m%d%H%M)

version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mainversion=0.0.0
2-
version=2.0.0-SNAPSHOT.202502281308-1-f914436
2+
version=1.0.0-SNAPSHOT

0 commit comments

Comments
 (0)