Skip to content

Commit

Permalink
add env.service_service to cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagupa committed Oct 10, 2023
1 parent 60422d6 commit 2316bd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
# with:
# arguments: build
- name: Project build
run: ./gradlew build -PprojectVersion=1.0.${{ github.run_id }} --build-cache
env:
SERVICE_VERSION: 1.0.${{ github.run_number }}
run: ./gradlew build -PprojectVersion=${SERVICE_VERSION} --build-cache

0 comments on commit 2316bd9

Please sign in to comment.