Updated Jenkinsfile.
This commit is contained in:
parent
a0f996f3f2
commit
8b4b1f1026
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
|||||||
branch '**/develop'
|
branch '**/develop'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh "git checkout origin/develop"
|
sh "git checkout develop"
|
||||||
sh "git clean -dfX"
|
sh "git clean -dfX"
|
||||||
sh "git add mods/**"
|
sh "git add mods/**"
|
||||||
sh "git add config/**"
|
sh "git add config/**"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user