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 c522fab commit 2a23fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
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
rm ./src/main/resources/static/context.json
echo ${{ secrets.CONTEXT_FILE }} > ./src/main/resources/static/context.json
- name: mvn
run: |-
mvn versions:set \
Expand Down

0 comments on commit 2a23fc9

Please sign in to comment.