Test deployment to vapor with dynamic commit message from git

This commit is contained in:
Dillon Ngo
2023-11-23 16:02:16 +08:00
parent 9a9fbe264b
commit 81f0278644
Vendored
-1
View File
@@ -54,7 +54,6 @@ pipeline {
sh 'vendor/bin/vapor deploy staging --message="${env.GIT_COMMIT_MESSAGE}"'
}
}
}
}