diff --git a/Jenkinsfile b/Jenkinsfile index fc28c1f3e22a7d6175b6480a95c014d2e59b0e85..fa957ab88216442962ce41e533b035493eeabb72 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,6 @@ pipeline { stages { stage('pre-build') { steps { - checkout scm: [$class: 'GitSCM', clean: false, clearWorkspace: false] - sh 'rm -rf ./build ./tmp' } } @@ -36,7 +34,6 @@ pipeline { def baseAssetsPath = "https://assets-dev.reticium.io/" def s3Destination = "s3://assets.reticulum-dev-7f8d39c45878ee2e/hubs" - sh 'ls scripts' sh ''' /usr/bin/script --return -c \\\\"sudo /usr/bin/hab-docker-studio -k mozillareality run /bin/bash scripts/hab-build-and-push.sh\\\\" /dev/null '''