Update 'Jenkinsfile'

This commit is contained in:
2022-04-20 10:20:16 +00:00
parent c209fb5f44
commit aaaf912246
Vendored
+1 -1
View File
@@ -16,7 +16,7 @@ pipeline {
stage('test') {
steps {
sh 'docker run -d --name shankar buzzerburger/test'
sh 'docker exec -it shankar php artisan test'
sh 'docker exec shankar php artisan test'
//sh 'exit'
sh 'docker rm shankar -f'