From 054c9c3d08788ad7302f76995da9e6c875ac6ce8 Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Thu, 15 Oct 2020 13:53:41 +0200 Subject: [PATCH] testing cloud configurations --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 30228c1..72116a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stages { stage('Build') { steps { - sh "docker-compose --context DEV build -d" + sh "docker-compose --context DEV build" } } stage('Deploy') {