Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
a2d59441
Commit
a2d59441
authored
Jun 25, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
d236ba7e
Pipeline
#1088
passed with stages
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
a2d59441
...
...
@@ -88,8 +88,8 @@ dump-assets:
expire_in
:
'
3d'
script
:
-
apk add rsync --no-cache
-
rsync -ah -e "ssh -p 221
7
9" extensions
dev
@extensions-
dev
.typo3.org:ci/shared/ ./assets/
-
ssh -p221
7
9 extensions
dev
@extensions-
dev
.typo3.org "mysqldump -u${DEV_DATABASE_USER} -p${DEV_DATABASE_PASSWORD} -h127.0.0.1 extensions
dev
| gzip -9 -c" > ./assets/db.sql.gz
-
rsync -ah -e "ssh -p 2219
1
" extensions
stage
@extensions-
stage
.typo3.org:ci/shared/ ./assets/
-
ssh -p2219
1
extensions
stage
@extensions-
stage
.typo3.org "mysqldump -u${DEV_DATABASE_USER} -p${DEV_DATABASE_PASSWORD} -h127.0.0.1 extensions
stage
| gzip -9 -c" > ./assets/db.sql.gz
dependencies
:
when
:
only
:
...
...
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