Skip to content
Snippets Groups Projects
Commit 746085f8 authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[ADD] runner's tags

parent a2904fc7
Branches
Tags v1567416867
No related merge requests found
Pipeline #16719 passed
......@@ -12,6 +12,8 @@ stages:
test:
stage: test
tags:
- test
except:
- tags
script:
......@@ -27,6 +29,8 @@ test:
build:
stage: build
tags:
- test
except:
- tags
script:
......@@ -39,6 +43,8 @@ build:
create_release:
stage: deploy
tags:
- test
except:
- tags
script:
......@@ -47,6 +53,8 @@ create_release:
deploy_to_production:
stage: deploy
tags:
- test
except:
- tags
when: manual
......@@ -55,6 +63,8 @@ deploy_to_production:
control:
stage: control
tags:
- test
except:
- tags
script: echo "control, cleanup and finish the pipeline"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment