From f53363f2ea69caa1185957ae2f9e82809211b6e4 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Thu, 27 Jun 2024 13:13:56 -0700 Subject: [PATCH] forgot depth in the churn; for #378 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0bc5ace..78396bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -432,7 +432,7 @@ pipeline { // with even skinnier checkout. sh "ls -AlFrt" sh "echo 'noctua-models'" - sh "git clone -b $TARGET_NOCTUA_MODELS_BRANCH https://github.com/geneontology/noctua-models.git" + sh "git clone --depth=1 -b $TARGET_NOCTUA_MODELS_BRANCH https://github.com/geneontology/noctua-models.git" sh "ls -AlFrt" // Create a relative working directory and setup our @@ -494,7 +494,7 @@ pipeline { // with even skinnier checkout. sh "ls -AlFrt" sh "echo 'json-noctua-models'" - sh "git clone -b $TARGET_NOCTUA_MODELS_BRANCH https://github.com/geneontology/noctua-models.git json-noctua-models" + sh "git clone --depth=1 -b $TARGET_NOCTUA_MODELS_BRANCH https://github.com/geneontology/noctua-models.git json-noctua-models" sh "ls -AlFrt" // Create a relative working directory and setup our