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
dc96c919
Unverified
Commit
dc96c919
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
corrects git clone strategy
parent
2d7e2c5d
Pipeline
#35
failed with stages
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dc96c919
variables
:
GIT_STRATEGY
:
"
none"
GIT_SUBMODULE_STRATEGY
:
"
recursive"
stages
:
-
build
...
...
@@ -8,6 +7,9 @@ stages:
build
:
stage
:
build
variables
:
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}
...
...
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