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

L2SS-205: Remove unsupported lookahead regex

parent cb0361ad
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -42,10 +42,9 @@ stages: ...@@ -42,10 +42,9 @@ stages:
docker_store_images_master_tag: docker_store_images_master_tag:
extends: .base_docker_store_images extends: .base_docker_store_images
only: only:
- tags refs:
except: - tags
# Anything not master branch is an exception to the only tags rule - master
- /^(?!master).+@/
docker_store_images_changes: docker_store_images_changes:
extends: .base_docker_store_images extends: .base_docker_store_images
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment