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