Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
15be792c
Unverified
Commit
15be792c
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.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