From 20cf696e9650f83ae0657c591273282367421a05 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 11 Nov 2021 12:41:04 +0000 Subject: [PATCH] L2SS-205: Why so confusing gitlab ci --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00b6e89eb..bcd95f57d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,19 +39,19 @@ stages: - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh # Do not remove 'bash' or statement will be ignored by primitive docker shell - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh -docker_store_images_master_tag: - extends: .base_docker_store_images - only: - - tags - - master +#docker_store_images_master_tag: +# extends: .base_docker_store_images +# only: +# - tags +# - master docker_store_images_changes: extends: .base_docker_store_images only: changes: - docker-compose/.env - except: - - tags - - master +# except: +# - tags +# - master #newline_at_eof: # stage: linting # before_script: -- GitLab