1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed jenkins

This commit is contained in:
Fedor Katurov 2020-04-14 12:58:51 +07:00
parent feb88630eb
commit c5bb7c39f4

8
Jenkinsfile vendored
View file

@ -33,14 +33,6 @@ pipeline {
}
}
stage('LS') {
steps {
sh "ls -a ./"
sh "ls -a ${ENV}"
sh "ls -a ./src/config"
}
}
stage('Build') {
steps {
sh 'npm install'