Changed to using conda for CI
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good
This commit is contained in:
parent
ce51ebf324
commit
95a3dfb4c3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,8 +3,8 @@ pipeline {
|
||||
stages {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba env update --file environment.yml'
|
||||
sh 'echo "mamba activate audioshowkit" >> ~/.bashrc'
|
||||
sh 'conda env update --file environment.yml'
|
||||
sh 'echo "conda activate webdev" >> ~/.bashrc'
|
||||
sh 'node --version && npm --version'
|
||||
sh 'npm install'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user