another try at running deploy
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:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -48,7 +48,8 @@ pipeline {
|
|||||||
FTP_USERNAME = credentials('csgowtf-deploy-user-dev')
|
FTP_USERNAME = credentials('csgowtf-deploy-user-dev')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'bash deploy.sh'
|
sh 'chmod u+x ./deploy.sh'
|
||||||
|
sh './deploy.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user