Skip to content
Snippets Groups Projects
Commit ba45c49d authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-559: Actually detect these changes

parent f14f7863
No related branches found
No related tags found
1 merge request!215L2SS-559: Attempt to fix borky gitlab
......@@ -180,6 +180,7 @@ docker_build_image_itango:
only:
changes:
- docker-compose/itango.yml
- docker-compose/itango/*
script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh itango $tag
......@@ -190,6 +191,7 @@ docker_build_image_itango_merge:
- merge_requests
changes:
- docker-compose/itango.yml
- docker-compose/itango/*
script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh itango $tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment