another try at running deploy
Some checks failed
CSGOWTF/csgowtf/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-20 18:33:13 +02:00
parent 3f8446f7dd
commit 2ad25f621f

3
Jenkinsfile vendored
View File

@@ -48,7 +48,8 @@ pipeline {
FTP_USERNAME = credentials('csgowtf-deploy-user-dev')
}
steps {
sh 'bash deploy.sh'
sh 'chmod u+x ./deploy.sh'
sh './deploy.sh'
}
}
}