changed to using submodule
Some checks reported errors
autoBIGS.engine-bioconda/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2025-02-26 14:32:02 +00:00
parent 453c25e758
commit 41441c6aae
4 changed files with 18 additions and 33 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "auto-updated-bioconda-recipes"]
path = auto-updated-bioconda-recipes
url = https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git

24
Jenkinsfile vendored
View File

@ -11,7 +11,6 @@ pipeline {
parallel {
stage("recipes repo") {
steps {
sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git'
dir('auto-updated-bioconda-recipes') {
sh 'git checkout update-autobigs-engine'
}
@ -33,19 +32,10 @@ pipeline {
}
stage("build") {
steps {
dir('auto-updated-bioconda-recipes') {
sh 'conda build recipes/autobigs-engine --output-folder ./conda-bld'
sh 'conda build auto-updated-bioconda-recipes/recipes/autobigs-engine --output-folder ./conda-bld'
}
}
}
stage('publish') {
parallel {
stage("archive") {
steps {
archiveArtifacts artifacts: './conda-bld/**/*.conda', followSymlinks: false
}
}
stage("bioconda") {
stage("publish to bioconda") {
stages {
stage('lint') {
steps {
@ -67,15 +57,5 @@ pipeline {
}
}
}
stage('git.reslate.systems') {
environment {
AUTH = credentials('git.reslate.systems')
}
steps {
sh 'curl --user AUTH_USR:AUTH_PSW --upload-file ./conda-bld/**/*.conda https://git.reslate.systems/api/packages/${AUTH_USR}/conda/package-1.0.conda'
}
}
}
}
}
}

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

View File

@ -9,3 +9,4 @@ dependencies:
- bioconda-utils
- python=3.10.*
- curl
- conda-verify