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
typo3.org
typo3.org
Commits
94120d5f
Commit
94120d5f
authored
Dec 20, 2018
by
Thomas Löffler
Browse files
Use git strategy "fetch"
parent
7238323c
Pipeline
#5859
failed with stages
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
94120d5f
...
...
@@ -15,9 +15,8 @@ build:
stage
:
build
image
:
composer:1
variables
:
GIT_STRATEGY
:
"
none
"
GIT_STRATEGY
:
"
fetch
"
before_script
:
-
apk add bash --update
-
export COMPOSER_CACHE_DIR=/cache/composer
-
composer config store-auths
false
-
composer config http-basic.git-t3o.typo3.org gitlab-ci-token ${CI_BUILD_TOKEN}
...
...
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