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

WIP: pipeline

parent 4d7a17bc
Branches
Tags
No related merge requests found
Pipeline #9627 failed
......@@ -66,7 +66,7 @@ info:
# Build a docker image in which tests for this repository can run
.build-testenv: &build-testenv
build-testenv: &build-testenv
tags: [cached-dind]
image: docker:20.10.6
stage: setup
......@@ -100,26 +100,6 @@ info:
- docker push $CPPINTTEST_REGISTRY_IMAGE
- docker save $CPPINTTEST_REGISTRY_IMAGE > /image-cache/${CPPINTTEST_IMAGE_CACHE}
build-testenv-changes-docker:
<<: *build-testenv
only:
changes:
- .docker/*
except:
refs:
- pipeline
- schedules
- web
build-testenv-triggered:
<<: *build-testenv
only:
refs:
- pipeline
- schedules
- web
# build integration tests
build-test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment