Skip to content

Commit

Permalink
Merge pull request #27 from WorldHealthOrganization/feature/did-trusl…
Browse files Browse the repository at this point in the history
…ist-generator-v2

feat(ci): removed OAS and unused context json
  • Loading branch information
tence authored May 23, 2024
2 parents f88e205 + d5f0e5e commit d721e51
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ 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 ./src/main/resources/static/context.json
echo '${{ secrets.CONTEXT_FILE }}' > ./src/main/resources/static/context.json
- name: mvn
run: |-
mvn versions:set \
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/ci-openapi.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
run: |-
gh release upload ${APP_VERSION} \
--clobber \
./target/openapi.json#openapi-${APP_VERSION}.json \
./target/generated-resources/licenses.xml#licenses-${APP_VERSION}.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d721e51

Please sign in to comment.