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
15be792c
Unverified
Commit
15be792c
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
lets the script decide which shell to use
parent
1f3f4332
Pipeline
#42
failed with stages
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
15be792c
...
...
@@ -15,9 +15,9 @@ build:
GIT_STRATEGY
:
"
clone"
GIT_SUBMODULE_STRATEGY
:
"
recursive"
script
:
-
sh
.gitlab-ci/composer.sh config -g store-auths
false
-
sh
.gitlab-ci/composer.sh config http-basic.git-t3o.typo3.org ${GIT_USER_NAME} ${GIT_PASSWORD}
-
sh
.gitlab-ci/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
:
-
./
...
...
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