Skip to content

Commit

Permalink
Fix PR coverage (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez authored Nov 21, 2023
1 parent 8000c68 commit b1d453a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ build_task:
env:
SONAR_TOKEN: ENCRYPTED[6aa9305c4d78b8f753d86e26171ff2c6f40600c03d514cf2bff683d14d466078169f17a408af03ad2ee85de8458157b6]
build_script:
- if [ -n "${CIRRUS_BASE_BRANCH}" ]; then git fetch origin "${CIRRUS_BASE_BRANCH}"; fi
- jfrog config add repox --url https://repox.jfrog.io/ --access-token $ARTIFACTORY_DEPLOY_ACCESS_TOKEN
- jfrog npm-config --repo-resolve npm --repo-deploy $ARTIFACTORY_DEPLOY_REPO
- npm run build
Expand Down

0 comments on commit b1d453a

Please sign in to comment.