test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:21:41 +07:00
parent 80ae6cb375
commit 40c4e433bc

2
Jenkinsfile vendored
View file

@ -41,7 +41,7 @@ pipeline {
stage('Copy ENV files') { stage('Copy ENV files') {
steps { steps {
sh "cp -a ${ENV} ./" sh "cp -a ${ENV}/. ./"
} }
} }