Skip to content

Commit

Permalink
JEnkinsfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 13, 2018
1 parent 065924d commit c4cb502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'phpdockerio/php72-cli',
image 'phpdockerio/php72-cli'
}

}
Expand All @@ -20,6 +20,7 @@ pipeline {
}
stage('test') {
steps {
sh 'ls -la'
sh 'composer run unit-tests'
}
}
Expand Down

0 comments on commit c4cb502

Please sign in to comment.