mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-28 21:25:44 +01:00
Fix copy paste error
This commit is contained in:
parent
a3c4095877
commit
9ec47f5393
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -28,11 +28,6 @@ pipeline {
|
||||
echo 'Downloading dependencies...'
|
||||
sh 'mvn dependency:go-offline'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: 'target/nukkit-*-SNAPSHOT.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('validate') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user