From 8ce60a6575232486c9989df3a4cd934391592e8c Mon Sep 17 00:00:00 2001 From: LegacyGamerHD <25864932+LegacyGamerHD@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:26:30 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c0d9482f..2f957aadc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,9 +3,7 @@ pipeline { stages { stage('Build') { steps { - sh 'bash ./scripts/inst.sh --setup' - // sh 'chmod +x scripts/build.sh' - // sh 'sh ./scripts/build.sh' + sh 'bash ./scripts/inst.sh --setup --fast --remote' } }