Fix bad checkout command in Jenkinsfile.

pull/3/head
Icedream 2017-04-17 23:27:20 +02:00
parent 19cf520340
commit 814021f356
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'
}