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
c3382416
Unverified
Commit
c3382416
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
removes dnd tags and init task
parent
bac374df
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c3382416
...
...
@@ -2,26 +2,9 @@ variables:
GIT_STRATEGY
:
"
none"
stages
:
-
init
-
build
-
deploy
init
:
stage
:
init
variables
:
GIT_STRATEGY
:
"
clone"
script
:
-
git clone --branch master
https://github.com/torvitas/docker-scripts.git
./scripts
artifacts
:
paths
:
-
./
expire_in
:
'
1h'
environment
:
${CI_BUILD_REF_NAME}
tags
:
-
dind
build
:
stage
:
build
script
:
...
...
@@ -33,8 +16,6 @@ build:
-
./
expire_in
:
'
7d'
environment
:
${CI_BUILD_REF_NAME}
tags
:
-
dind
deploy-master
:
stage
:
deploy
...
...
@@ -46,8 +27,6 @@ deploy-master:
when
:
manual
only
:
-
master
tags
:
-
dind
deploy-develop
:
stage
:
deploy
...
...
@@ -59,5 +38,3 @@ deploy-develop:
when
:
manual
only
:
-
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