Fix syntax of Jenkinsfile
Some checks failed
Gitea - aviat/ion/master There was a failure building this commit
Some checks failed
Gitea - aviat/ion/master There was a failure building this commit
This commit is contained in:
parent
b84145248f
commit
9313cb33b7
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user