From c522faba57d033471112d5b1fd37d334be853dcd Mon Sep 17 00:00:00 2001 From: SchulzeStTSI <67590336+SchulzeStTSI@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:55:27 +0100 Subject: [PATCH] Update ci-main.yml --- .github/workflows/ci-main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 52ab02a..4dce609 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -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 \