Laravel Vapor - Test run command to do housekeeping as part of deployment process

This commit is contained in:
Dillon Ngo
2023-12-31 05:15:08 +08:00
parent 45151688c9
commit 3021ed49cd
Vendored
+1 -1
View File
@@ -53,7 +53,7 @@ pipeline {
}
}
stage('Clean Up Docker Images') {
stage('Cleanup') {
steps {
script {
sh 'docker image prune -a -f'