Removed unused pipeline steps
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
95a3dfb4c3
commit
9b66d513c1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user