Skip to content

Commit

Permalink
ci: updates .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelErpi committed Oct 31, 2023
1 parent eda0048 commit 0073b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
},
{
"files": ["build.gradle"],
"from": "version = \".*\"",
"to": "version = \"${nextRelease.version}\"",
"from": "version = '.*'",
"to": "version = '${nextRelease.version}'",
"results": [
{
"file": "build.gradle",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN gradle clean build --info && \
awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' build/jacoco/coverage.csv && \
java -Djarmode=layertools -jar build/libs/obds-to-fhir-0.0.1.jar extract

FROM gcr.io/distroless/java17-debian11@sha256:12c7afb1875a0c01f2c0138698e619a1d39a8319fd40e020a6d8349cf5aae043
FROM gcr.io/distroless/java17-debian11@sha256:dc6e301e2731abe1670877491f0548616c29ff56a3dbef8fcda68113684bd19a
WORKDIR /opt/obds-to-fhir

COPY --from=build /home/gradle/src/dependencies/ ./
Expand Down

0 comments on commit 0073b2a

Please sign in to comment.