fixed deploy not being run with bash
Some checks failed
CSGOWTF/csgowtf/pipeline/head There was a failure building this commit
Some checks failed
CSGOWTF/csgowtf/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -48,7 +48,7 @@ pipeline {
|
||||
FTP_USERNAME = credentials('csgowtf-deploy-user-dev')
|
||||
}
|
||||
steps {
|
||||
sh '${env.WORKSPACE}/deploy.sh'
|
||||
sh 'bash deploy.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user