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
eaff0661
Unverified
Commit
eaff0661
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
moves composer configuration to build task
parent
e77e0c62
Pipeline
#27
failed with stages
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eaff0661
variables
:
GIT_STRATEGY
:
"
none"
before_script
:
-
composer config -g store-auths
false
-
composer config http-basic.git-t3o.typo3.org ${GIT_USER_NAME} ${GIT_PASSWORD}
stages
:
-
init
-
build
...
...
@@ -27,6 +23,8 @@ init:
build
:
stage
:
build
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
artifacts
:
paths
:
...
...
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