Skip to content
Snippets Groups Projects
Verified Commit 07ac4a3f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent efd20420
No related branches found
No related tags found
No related merge requests found
Pipeline #8339 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment