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:
...
@@ -19,6 +19,8 @@ init:
-
./
-
./
expire_in
:
'
1h'
expire_in
:
'
1h'
environment
:
${CI_BUILD_REF_NAME}
environment
:
${CI_BUILD_REF_NAME}
tags
:
-
dind
build
:
build
:
stage
:
build
stage
:
build
...
@@ -31,6 +33,8 @@ build:
...
@@ -31,6 +33,8 @@ build:
-
./
-
./
expire_in
:
'
7d'
expire_in
:
'
7d'
environment
:
${CI_BUILD_REF_NAME}
environment
:
${CI_BUILD_REF_NAME}
tags
:
-
dind
deploy-master
:
deploy-master
:
stage
:
deploy
stage
:
deploy
...
@@ -42,6 +46,8 @@ deploy-master:
...
@@ -42,6 +46,8 @@ deploy-master:
when
:
manual
when
:
manual
only
:
only
:
-
master
-
master
tags
:
-
dind
deploy-develop
:
deploy-develop
:
stage
:
deploy
stage
:
deploy
...
@@ -53,3 +59,5 @@ deploy-develop:
...
@@ -53,3 +59,5 @@ deploy-develop:
when
:
manual
when
:
manual
only
:
only
:
-
develop
-
develop
tags
:
-
dind
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