Jenkinsfile and environment updated to fix pipeline.
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -4,6 +4,7 @@ pipeline {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba env update --file environment.yml --prune'
|
||||
sh 'node --version && npm --version'
|
||||
sh 'npm install'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user