Updated 'Jenkinsfile' to no longer activate environment
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
This commit is contained in:
parent
40c8afe68c
commit
842458f20c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,7 +4,6 @@ pipeline {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba env update --file environment.yml --prefix ./env || mamba env create --force --file environment.yml --prefix ./env'
|
||||
sh 'echo "mamba activate bmlsa" >> ~/.bashrc'
|
||||
}
|
||||
}
|
||||
stage("unit tests") {
|
||||
|
Loading…
Reference in New Issue
Block a user