Default BUILD_BUNDLE_PACKAGES to false.
[arvados-dev.git] / jenkins / run-cwl-tests.sh
index 917365d96dc8d66398efa27b0b87cee2fafecb2e..74e999900bced2beb0ff51f369da72c9354198ab 100755 (executable)
@@ -156,23 +156,6 @@ fi
 
 cd "$WORKSPACE"
 
-# We use $WORKSPACE as the clean directory from which to build the cwltool package
-if [[ ! -d "$WORKSPACE/.git" ]]; then
-  if [[ "$DEBUG" != 0 ]]; then
-    git clone https://github.com/common-workflow-language/common-workflow-language.git .
-  else
-    git clone -q https://github.com/common-workflow-language/common-workflow-language.git .
-  fi
-fi
-
-if [[ "$DEBUG" != 0 ]]; then
-  git checkout master
-  git pull
-else
-  git checkout -q master
-  git pull -q
-fi
-
 pushd reference
 python setup.py install
 python setup.py test