Updated Jenkinsfile.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba update -y -q --file environment.yml --prune'
|
||||
sh 'mamba env update --file environment.yml --prune'
|
||||
sh 'npm install'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user