From bbae8b0dec4b2206e13f6453271179747e07eba8 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Fri, 8 Jan 2021 00:44:37 +0000 Subject: [PATCH] DEBUG CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a71e40c6..37670a845 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest stages: - config - - build_and_deploy + - trigger ## make note if we cannot use caching for one of the stages ## by touching files in .ci_env @@ -54,7 +54,7 @@ init: ## Dispatch if we ran the previous stage run:default: - stage: build_and_deploy + stage: trigger rules: - if: '$CI_COMMIT_BRANCH == "master"' when: on_success -- GitLab