Removed unused pipeline steps
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-08 02:26:14 -05:00
parent 95a3dfb4c3
commit 9b66d513c1

2
Jenkinsfile vendored
View File

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