Compare commits
2 Commits
41441c6aae
...
d9ab93e94f
Author | SHA1 | Date | |
---|---|---|---|
d9ab93e94f | |||
b4a5ca3a09 |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user