Fix bad checkout command in Jenkinsfile.
parent
19cf520340
commit
814021f356
|
@ -1,7 +1,7 @@
|
|||
node('linux && amd64 && docker') {
|
||||
docker.image('icedream/gmad:latest').inside {
|
||||
ansiColor('xterm') {
|
||||
git checkout
|
||||
checkout scm
|
||||
sh 'gmad create -folder . -out icedream-tauntmenu.gma'
|
||||
archive '*.gma'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue