Removed submodule configuration and automated pull requests
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
c0a5c34380
commit
0bc1cb1c51
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -19,8 +19,7 @@ pipeline {
|
||||
steps {
|
||||
sh 'git config --global --add safe.directory /home/jenkins/agent/workspace/autoBIGS.cli-bioconda_main'
|
||||
sh 'git config --global --add safe.directory /home/jenkins/agent/workspace/autoBIGS.cli-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-cli-${TOOL_VER}'
|
||||
}
|
||||
@ -62,7 +61,8 @@ pipeline {
|
||||
steps {
|
||||
dir('auto-updated-bioconda-recipes') {
|
||||
sh 'git commit -a -m "Automatically updated autobigs-cli bioconda recipe to ${TOOL_VER}."'
|
||||
sh 'git push https://${TOKEN}@github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git update-autobigs-cli'
|
||||
sh 'git push https://${TOKEN}@github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git update-autobigs-cli-${TOOL_VER}'
|
||||
sh 'git request-pull update-autobigs-cli-${TOOL_VER} https://github.com/bioconda/bioconda-recipes.git master'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit d3a720566fbbc63e32571ade8d643a6f6b1a4e25
|
Loading…
x
Reference in New Issue
Block a user