Updated Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-11-30 02:42:25 +00:00
parent 84b44c7f39
commit 88bffc92e7

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage("install") { stage("install") {
steps { steps {
sh 'mamba update -y -q --file environment.yml --prune' sh 'mamba env update --file environment.yml --prune'
sh 'npm install' sh 'npm install'
} }
} }