Changed Jenkins pipeline to use mamba
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
This commit is contained in:
parent
f74fea0b24
commit
43758c45f8
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,8 +3,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("install") {
|
stage("install") {
|
||||||
steps {
|
steps {
|
||||||
sh 'conda env update --file environment.yml'
|
sh 'mamba env update --file environment.yml'
|
||||||
sh 'echo "conda activate splitmsa" >> ~/.bashrc'
|
sh 'echo "mamba activate splitmsa" >> ~/.bashrc'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("build") {
|
stage("build") {
|
||||||
|
Loading…
Reference in New Issue
Block a user