Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
c3382416
Unverified
Commit
c3382416
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removes dnd tags and init task
parent
bac374df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
.gitlab-ci.yml
.gitlab-ci.yml
+0
-23
No files found.
.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
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