Skip to content
Snippets Groups Projects
Commit 44879fa1 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Remove tag in trigger job (invalid syntax)

parent fbc54c5c
No related branches found
No related tags found
No related merge requests found
...@@ -111,8 +111,6 @@ merge: ...@@ -111,8 +111,6 @@ merge:
# -------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------
build: build:
stage: build stage: build
tags:
- infrastructure
rules: rules:
# Do not run build if the "skip build" label is set on the merge request # Do not run build if the "skip build" label is set on the merge request
- if: $CI_MERGE_REQUEST_LABELS =~ /skip build/ - if: $CI_MERGE_REQUEST_LABELS =~ /skip build/
......
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