Run as sh
This commit is contained in:
parent
775dcfa681
commit
6b1406fde9
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -21,7 +21,7 @@ node {
|
|||
|
||||
stage('Deploy staging') {
|
||||
// Deploy to staging host
|
||||
vendor/bin/dep deploy staging
|
||||
sh 'vendor/bin/dep deploy staging'
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Reference in a new issue