Fix syntax of Jenkinsfile
Gitea - aviat/ion/master There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2019-12-05 16:21:19 -05:00
parent b84145248f
commit 9313cb33b7
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'curl -sS https://getcomposer.org/installer | php'
sh 'php composer.phar install
sh 'php composer.phar install'
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
}
}
@ -25,7 +25,7 @@ pipeline {
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'curl -sS https://getcomposer.org/installer | php'
sh 'php composer.phar install
sh 'php composer.phar install'
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
}
}
@ -39,7 +39,7 @@ pipeline {
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'curl -sS https://getcomposer.org/installer | php'
sh 'php composer.phar install
sh 'php composer.phar install'
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
}
}