Fix name of gmad binary.
gitea/icedream/gmod-tauntmenu/develop There was a failure building this commit Details

This probably should be fixed in the image itself and then reverted on this repository.
develop
Icedream 2017-04-17 23:31:02 +02:00
parent 9dca65baf7
commit 9dc2c0e0d9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ node('linux && amd64 && docker') {
docker.image('icedream/gmad:latest').inside { docker.image('icedream/gmad:latest').inside {
ansiColor('xterm') { ansiColor('xterm') {
checkout scm checkout scm
sh 'gmad create -folder . -out icedream-tauntmenu.gma' sh 'gmad_linux create -folder . -out icedream-tauntmenu.gma'
archive '*.gma' archive '*.gma'
} }
} }