Skip to content

Commit

Permalink
Fix from review
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-auzeill committed Dec 9, 2024
1 parent 4c856c4 commit 033f3c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ validate_external_contributor_build_task:
folder: ~/.gradle/caches
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
script:
- unset ARTIFACTORY_URL && unset ARTIFACTORY_PRIVATE_USERNAME && unset ARTIFACTORY_PRIVATE_PASSWORD && unset ARTIFACTORY_ACCESS_TOKEN && ./gradlew clean build
script: |
unset ARTIFACTORY_URL && \
unset ARTIFACTORY_PRIVATE_USERNAME && \
unset ARTIFACTORY_PRIVATE_PASSWORD && \
unset ARTIFACTORY_ACCESS_TOKEN && \
./gradlew --refresh-dependencies clean assemble testClasses
on_failure:
reports_artifacts:
path: "**/build/reports/**/*"
Expand Down

0 comments on commit 033f3c7

Please sign in to comment.