Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
services
organizations
Commits
6e2cf37e
Commit
6e2cf37e
authored
May 20, 2019
by
FORESTIER Fabien
Browse files
Specify build tag for gitlab-ci jobs
parent
222840b9
Pipeline
#2387
passed with stages
in 11 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6e2cf37e
...
...
@@ -9,6 +9,8 @@ variables:
build_development
:
stage
:
build
tags
:
-
build
only
:
-
development
script
:
...
...
@@ -21,6 +23,8 @@ build_development:
build_release
:
stage
:
build
tags
:
-
build
only
:
-
tags
except
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment