Changed devcontainer
Some checks failed
autoBIGS.galaxy/pipeline/head There was a failure building this commit
Some checks failed
autoBIGS.galaxy/pipeline/head There was a failure building this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -10,11 +10,10 @@ pipeline {
|
||||
stages {
|
||||
stage ("install") {
|
||||
steps {
|
||||
sh 'conda install python==3.12.7 pip -y -q'
|
||||
sh 'conda env update -n base --file environment.yml'
|
||||
sh 'useradd galaxy -m'
|
||||
sh 'apt-get update'
|
||||
sh 'apt-get install sudo -y'
|
||||
sh 'pip install -r requirements.txt'
|
||||
}
|
||||
}
|
||||
stage ("lint") {
|
||||
|
Reference in New Issue
Block a user