diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a71e40c6b78e54842afa4cb1ae800446fc66ace..37670a8455c237044b1bdc3ddb25cb7f857ddbc2 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