We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd932a commit 45cc7f5Copy full SHA for 45cc7f5
1 file changed
ci-build.sh
@@ -152,7 +152,7 @@ EOL
152
checkSuccess $?
153
154
echo "== Invalidating SciJava Maven repository cache =="
155
- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/maven-helper.sh &&
+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/bdd932af4c4816f88cb6a52cdd7449f175934634/maven-helper.sh &&
156
gav=$(sh maven-helper.sh gav-from-pom pom.xml) &&
157
ga=${gav%:*} &&
158
echo "--> Artifact to invalidate = $ga" &&
0 commit comments