Changed devcontainer
Some checks failed
autoBIGS.galaxy/pipeline/head There was a failure building this commit

This commit is contained in:
2025-02-24 17:52:21 +00:00
parent 0e5c323070
commit cd033e99e5
5 changed files with 34 additions and 7 deletions

3
Jenkinsfile vendored
View File

@@ -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") {