Changed Conda environment name to same as project.
Some checks failed
RealYHD/audioshowkit/pipeline/head There was a failure building this commit
ydeng/audioshowkit/pipeline/head There was a failure building this commit

This commit is contained in:
2022-12-01 04:19:19 +00:00
parent 48e2e08814
commit ce51ebf324
2 changed files with 14 additions and 14 deletions

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
stage("install") {
steps {
sh 'mamba env update --file environment.yml'
sh 'echo "mamba activate webdev" >> ~/.bashrc'
sh 'echo "mamba activate audioshowkit" >> ~/.bashrc'
sh 'node --version && npm --version'
sh 'npm install'
}