Commit 581e426a authored by nimrod's avatar nimrod
Browse files

Yet another workaround.

parent c8392377
Loading
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
---
compose-build:
.compose-build:
  image: adarnimrod/ci-images:docker
  stage: build
  variables:
@@ -9,7 +9,7 @@ compose-build:
    - docker-compose build --no-cache --pull
    - docker-compose pull --quiet

compose-run:
.compose-run:
  image: adarnimrod/ci-images:docker
  stage: deploy
  when: manual
@@ -23,3 +23,10 @@ compose-run:
            sleep 10
        done
        ! docker container inspect --format '{{ .State.Health.Status }}' $(docker-compose ps -q) | grep -v '^healthy$'

dummy:
  stage: .post
  script:
    - !!str true
  rules:
    - when: never