diff --git a/.gitmodules b/.gitmodules index 4141163..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "auto-updated-bioconda-recipes"] - path = auto-updated-bioconda-recipes - url = https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git diff --git a/Jenkinsfile b/Jenkinsfile index f1a169a..fb4ef19 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,8 +19,7 @@ pipeline { 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' + sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git' dir('auto-updated-bioconda-recipes') { sh 'git checkout -b update-autobigs-engine-${TOOL_VER}' } @@ -28,6 +27,7 @@ pipeline { } stage("conda") { steps { + sh 'conda config --add channels bioconda' sh 'conda env update -n base --file environment.yml' } } @@ -45,25 +45,21 @@ pipeline { sh 'conda build auto-updated-bioconda-recipes/recipes/autobigs-engine --output-folder ./conda-bld' } } - stage("publish to bioconda") { - stages { - stage('lint') { - steps { - dir('auto-updated-bioconda-recipes') { - sh 'bioconda-utils lint recipes/ --packages autobigs-engine' - } - } + stage('lint') { + steps { + dir('auto-updated-bioconda-recipes') { + sh 'bioconda-utils lint recipes/ --packages autobigs-engine' } - stage('commit') { - environment { - TOKEN = credentials('github.com') - } - steps { - dir('auto-updated-bioconda-recipes') { - sh 'git commit -a -m "Automatically updated autobigs-engine bioconda recipe to ${TOOL_VER}."' - sh 'git push https://${TOKEN}@github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git update-autobigs-engine' - } - } + } + } + stage('commit') { + environment { + TOKEN = credentials('github.com') + } + steps { + dir('auto-updated-bioconda-recipes') { + sh 'git commit -a -m "Automatically updated autobigs-engine bioconda recipe to ${TOOL_VER}."' + sh 'git push https://${TOKEN}@github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git update-autobigs-engine-${TOOL_VER}' } } } diff --git a/auto-updated-bioconda-recipes b/auto-updated-bioconda-recipes deleted file mode 160000 index 0dee939..0000000 --- a/auto-updated-bioconda-recipes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0dee939d053ccc2d347ef45563a3b45bf6ad1e84