From f20654e9cdb361c5ea9776371c17b2406c50a919 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Mon, 1 Apr 2019 15:01:56 +0200 Subject: [PATCH] ci: Disable upload for master --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9261a2c..ca717d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: DOCKER_IMAGE_BASE: registry.icinga.com/build-docker ICINGA_BUILD_TYPE: snapshot - ICINGA_BUILD_UPSTREAM_BRANCH: feature/boost-asio + #ICINGA_BUILD_UPSTREAM_BRANCH: .build: &build stage: build @@ -42,9 +42,10 @@ variables: script: - find build/ - icinga-build-upload-aptly - only: - - tags - - master + # TODO: enable when switching to GitLab CI + #only: + # - tags + # - master ################################### # EPEL