Skip to content
GitLab
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
a306f220
Unverified
Commit
a306f220
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
corrects path to docker scripts
parent
eedb41a7
Pipeline
#38
failed with stages
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a306f220
...
...
@@ -12,9 +12,9 @@ build:
GIT_STRATEGY
:
"
clone"
GIT_SUBMODULE_STRATEGY
:
"
recursive"
script
:
-
./
scripts
/composer.sh config -g store-auths
false
-
./
scripts
/composer.sh config http-basic.git-t3o.typo3.org ${GIT_USER_NAME} ${GIT_PASSWORD}
-
./
scripts
/composer.sh install
-
./
.gitlab-ci
/composer.sh config -g store-auths
false
-
./
.gitlab-ci
/composer.sh config http-basic.git-t3o.typo3.org ${GIT_USER_NAME} ${GIT_PASSWORD}
-
./
.gitlab-ci
/composer.sh install
artifacts
:
paths
:
-
./
...
...
@@ -24,7 +24,7 @@ build:
deploy-master
:
stage
:
deploy
script
:
-
./
scripts
/deployer.sh ${CI_BUILD_REF_NAME}
-
./
.gitlab-ci
/deployer.sh ${CI_BUILD_REF_NAME}
environment
:
name
:
master
url
:
https://t3o-master.typo3.org/
...
...
@@ -35,7 +35,7 @@ deploy-master:
deploy-develop
:
stage
:
deploy
script
:
-
./
scripts
/deployer.sh ${CI_BUILD_REF_NAME}
-
./
.gitlab-ci
/deployer.sh ${CI_BUILD_REF_NAME}
environment
:
name
:
develop
url
:
https://t3o-develop.typo3.org/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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