Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
4228fd2d
Unverified
Commit
4228fd2d
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
adds tags to tasks
parent
eaff0661
Pipeline
#29
failed with stages
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4228fd2d
...
...
@@ -19,6 +19,8 @@ init:
-
./
expire_in
:
'
1h'
environment
:
${CI_BUILD_REF_NAME}
tags
:
-
dind
build
:
stage
:
build
...
...
@@ -31,6 +33,8 @@ build:
-
./
expire_in
:
'
7d'
environment
:
${CI_BUILD_REF_NAME}
tags
:
-
dind
deploy-master
:
stage
:
deploy
...
...
@@ -42,6 +46,8 @@ deploy-master:
when
:
manual
only
:
-
master
tags
:
-
dind
deploy-develop
:
stage
:
deploy
...
...
@@ -53,3 +59,5 @@ deploy-develop:
when
:
manual
only
:
-
develop
tags
:
-
dind
Write
Preview
Markdown
is supported
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