Skip to content

Commit

Permalink
Update ci-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SchulzeStTSI authored Feb 18, 2022
1 parent 394c17e commit c522fab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
APP_LATEST_REV=$(git rev-list --tags --max-count=1)
APP_LATEST_TAG=$(git describe --tags ${APP_LATEST_REV} 2> /dev/null || echo 0.0.0)
echo "APP_VERSION=${APP_LATEST_TAG}-${APP_SHA}" >> ${GITHUB_ENV}
- name: copyContext
run: |-
rm ./dgca-verifier-service/src/main/resources/static/context.json
echo ${{ secrets.CONTEXT_FILE }} > ./dgca-verifier-service/src/main/resources/static/context.json
- name: mvn
run: |-
mvn versions:set \
Expand Down

0 comments on commit c522fab

Please sign in to comment.