Skip to content

Commit

Permalink
chore(ci): Simplify app version format in pr-open.yml workflow (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Oct 31, 2024
1 parent 2ad3f5d commit 11e529f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ jobs:
Once merged, code will be promoted and handed off to following workflow run.
[Main Merge Workflow](https://github.com/${{ github.repository }}/actions/workflows/merge-main.yml)
build:
name: Build
runs-on: ubuntu-latest
Expand All @@ -98,7 +95,7 @@ jobs:
build_context: ./
build_file: Dockerfile
build_args: |
APP_VERSION=${{ needs.pr-validation.outputs.semver }}-${{ github.event.number }}
APP_VERSION=${{ github.event.number }}
deploy:
name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
info.app.build=@timestamp@
info.app.name=FSA Forest Client API
info.app.version[email protected]@
info.app.description=Forest Client API Application version @project.version@
info.app.description=Forest Client API Application - Version @project.version@

0 comments on commit 11e529f

Please sign in to comment.