Skip to content

Commit

Permalink
Update artifactory URL for retrieving swagger file
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Sep 19, 2024
1 parent 24e73d9 commit 444d36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
jfrog rt dl \
--flat --limit=1 --sort-by=created \
--sort-order=desc \
--url=$URL \
--url=${{secrets.ARTIFACTORY_BASE_URL}}/artifactory \
--user=${{ secrets.OPENSHIFT_ACCOUNT }} \
--password=${{ secrets.OPENSHIFT_PASSWORD }} \
"${{ env.REPO_PREFIX }}-$REPO_SUFFIX/${{ env.ARTIFACTORY_PATH }}/${{inputs.API_TARGET}}-rest-endpoints/${{ steps.getVersion.outputs.VERSION_NUMBER }}/${{inputs.API_TARGET}}-rest-endpoints-${{ steps.getVersion.outputs.VERSION_NUMBER }}-swagger.json" \
Expand Down

0 comments on commit 444d36b

Please sign in to comment.