mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-01 14:43:42 +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...'
|
echo 'Downloading dependencies...'
|
||||||
sh 'mvn dependency:go-offline'
|
sh 'mvn dependency:go-offline'
|
||||||
}
|
}
|
||||||
post {
|
|
||||||
success {
|
|
||||||
archiveArtifacts artifacts: 'target/nukkit-*-SNAPSHOT.jar', fingerprint: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
stage ('validate') {
|
stage ('validate') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user