Jenkinsfile fixes
gitea/salix/test This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-19 14:38:39 +01:00
parent 1fb32e8ac5
commit 441f76a1c1
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -107,9 +107,6 @@ pipeline {
branch 'test'
branch 'master'
}}
environment {
DOCKER_TLS_VERIFY = 1
}
steps {
sh "docker stack deploy --compose-file docker-compose.yml ${env.STACK_NAME}"
}