Run as sh

This commit is contained in:
Jannis Portmann 2022-01-23 00:42:48 +01:00
parent 775dcfa681
commit 6b1406fde9

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ node {
stage('Deploy staging') {
// Deploy to staging host
vendor/bin/dep deploy staging
sh 'vendor/bin/dep deploy staging'
}
/*