From a9a3b022baefd733ad410037bf2de074a4b59112 Mon Sep 17 00:00:00 2001 From: Mussab Abdalla <mussab.abdalla@eox.at> Date: Wed, 11 Mar 2020 15:57:32 +0100 Subject: [PATCH] fixing typo --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8505841b..14c6daa1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,8 +82,8 @@ test: - docker:dind before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - - chmod +x env_setup.sh - - ./env_setup.sh wait_for_container.sh + - chmod +x env_setup.sh wait_for_container.sh + - ./env_setup.sh - docker swarm init - docker stack deploy -c docker-compose.emg.yml -c docker-compose.emg.dev.yml emg-pvs script: -- GitLab