From f76bc1a61c1935643b1385a249c0ce44057f0d27 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Fri, 26 Apr 2019 17:31:31 +0200 Subject: [PATCH] Allow superbuild on branches --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0de6bfcd8..f070bb0dc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,6 +104,7 @@ ubuntu-llvm: - sb_branch.txt ubuntu-superbuild-prepare: + only: [branches] extends: .common-prepare image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04 script: @@ -116,6 +117,7 @@ centos-superbuild-prepare: - ctest -V -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base ubuntu-superbuild-build: + only: [branches] extends: .common-build image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04 script: -- GitLab