From b6ac5239904bc09b1d094a271db5ecead73d37f1 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 22 Jun 2021 17:06:30 +0200 Subject: [PATCH] Revert "update pipeline" This reverts commit 90c3425c847252858a0c2a43db7c354a5653a2d9. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b12af70..b0996ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -192,9 +192,6 @@ cert: tags: [docker] stage: build image: $CPPINTTEST_REGISTRY_IMAGE - only: - - schedules - - web artifacts: paths: - .docker/cert/ -- GitLab