From 2ad25f621f58b6c4a4374dc380c4e86f1dc35379 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Wed, 20 Oct 2021 18:33:13 +0200 Subject: [PATCH] another try at running deploy --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 227948e..76b09da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } }