Compare commits

..

2 Commits

Author SHA1 Message Date
d9ab93e94f Updated submodule
Some checks reported errors
autoBIGS.engine-bioconda/pipeline/head Something is wrong with the build of this commit
2025-02-26 15:00:43 +00:00
b4a5ca3a09 Added initialization steps for the submodule 2025-02-26 15:00:35 +00:00
2 changed files with 5 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -11,6 +11,10 @@ pipeline {
parallel { parallel {
stage("recipes repo") { stage("recipes repo") {
steps { steps {
sh 'git config --global --add safe.directory /home/jenkins/agent/workspace/autoBIGS.engine-bioconda_main'
sh 'git config --global --add safe.directory /home/jenkins/agent/workspace/autoBIGS.engine-bioconda_main/auto-updated-bioconda-recipes'
sh 'git submodule init'
sh 'git submodule update'
dir('auto-updated-bioconda-recipes') { dir('auto-updated-bioconda-recipes') {
sh 'git checkout update-autobigs-engine' sh 'git checkout update-autobigs-engine'
} }

@ -1 +1 @@
Subproject commit 8bdf7d8e65ec383ff3de875814a0b67abeba6ad7 Subproject commit 0dee939d053ccc2d347ef45563a3b45bf6ad1e84