From 07ac4a3f9c9bf6d49475f7dda84b5d235099f8c9 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 7 Jun 2021 02:03:01 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 813c6c2..fbfa9e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,6 @@ info: tags: [cached-dind] image: docker:20.10 stage: info - timeout: 1 minutes needs: [] script: - echo "Pipeline triggered by $TRIGGERED_BY_REPO@$TRIGGERED_BY_REF ($TRIGGERED_BY_HASH)" @@ -56,7 +55,7 @@ info: # Build a docker image in which tests for this repository can run build-testenv: - tags: [ docker-dind ] + tags: [ cached-dind ] image: docker:20.10 stage: setup script: -- GitLab