Ensure all tags have been pulled for LibAC

This commit is contained in:
zontreck 2024-09-06 12:09:59 -07:00
parent 2f6cc2f4f1
commit 751b0570db

6
Jenkinsfile vendored
View file

@ -23,7 +23,11 @@ pipeline {
sh '''
#!/bin/bash
java --version
git clean -xfd
git reset --hard
git fetch
java -version
chmod +x gradlew
./gradlew build publish