Skip to content

Commit 51b09bb

Browse files
committed
removed deploy step
1 parent 5d584c9 commit 51b09bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,5 @@ pipeline {
3030
sh 'docker-compose -f docker/docker-compose-php-7.4.yml run client php vendor/bin/phpunit'
3131
}
3232
}
33-
stage('Deploy') {
34-
steps {
35-
echo 'Deploying....'
36-
}
37-
}
3833
}
3934
}

0 commit comments

Comments
 (0)