Jenkins pipeline conda environment creation is quiet now.
This commit is contained in:
parent
de877ed91c
commit
3b3ecb9120
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh '''#!/usr/bin/env pwsh
|
||||
conda env create -f environment.yml
|
||||
conda env create -q -f environment.yml
|
||||
conda activate webdev
|
||||
npm install
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user