From 9de900f6d97b156871ce79e2d0a695392f89677e Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 19 Nov 2020 14:18:59 +0100 Subject: [PATCH] WIP: CD pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 660c7279..4f4b0890 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,8 +75,8 @@ build-testenv: tags: [ cached-dind ] image: docker:19.03 stage: setup - only: - - schedules + # only: + # - schedules script: - cd unittests/docker - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY -- GitLab