Skip to content

Commit

Permalink
forgot depth in the churn; for #378
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jun 27, 2024
1 parent 11ef33f commit f53363f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f53363f

Please sign in to comment.