mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
disable CF uploads in Jenkinsfile as well
This commit is contained in:
parent
e546c30ba0
commit
22edc745ff
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,7 +10,7 @@ pipeline {
|
|||
sh "rm -rf build/libs/"
|
||||
sh "chmod +x gradlew"
|
||||
sh "./gradlew clean --stacktrace"
|
||||
sh "./gradlew build publish curseforge --refresh-dependencies --stacktrace"
|
||||
sh "./gradlew build publish --refresh-dependencies --stacktrace"
|
||||
|
||||
archiveArtifacts artifacts: '**/build/libs/*.jar', fingerprint: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue