Merge branch 'develop'
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good

This commit is contained in:
2023-04-08 12:35:47 -05:00
3 changed files with 18 additions and 18 deletions

4
Jenkinsfile vendored
View File

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