From 18868c715c4a4cc8cb4c01c6743f50ab065056ad Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Thu, 26 Nov 2020 16:54:12 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 957fed906..75b3162da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,8 @@ pipeline { stages { stage('Build') { steps { - sh 'chmod +x scripts/inst.sh' - sh 'sh ./scripts/inst.sh --setup' + sh 'chmod +x scripts/build.sh' + sh 'sh ./scripts/build.sh' } }