Skip to content

Commit

Permalink
[CI] Avoid build cache on check-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Oct 5, 2023
1 parent b64a711 commit cdfccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
SAMPLES_DIR:
VERSION: ${{ needs.prerequisites.outputs.project_version }}
run: |
./gradlew publishMavenJavaPublicationToLocalRepository
./gradlew --rerun-tasks --no-build-cache publishMavenJavaPublicationToLocalRepository
./gradlew \
--init-script ./spring-pulsar-sample-apps/sample-apps-check-ci.gradle \
-PlocalRepositoryPath="$LOCAL_REPOSITORY_PATH" \
Expand Down

0 comments on commit cdfccce

Please sign in to comment.