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
extensions.typo3.org
extensions.typo3.org
Commits
d797d9c6
Commit
d797d9c6
authored
Dec 06, 2017
by
Thomas Löffler
Browse files
Use php7.0 docker image and install composer manually
parent
774a23f9
Pipeline
#2993
passed with stages
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d797d9c6
...
...
@@ -18,15 +18,19 @@ stages:
build
:
stage
:
build
image
:
composer
image
:
php:7.0-alpine
variables
:
GIT_STRATEGY
:
"
clone"
GIT_SUBMODULE_STRATEGY
:
"
recursive"
before_script
:
-
apk add bash --no-cache
-
apk add git --update
-
curl https://getcomposer.org/composer.phar -o composer.phar --silent
-
chmod +x composer.phar
script
:
-
composer config store-auths
false
-
composer config platform.php
7.0
-
composer config http-basic.git-t3o.typo3.org gitlab-ci-token ${CI_BUILD_TOKEN}
-
composer install
-
./composer.phar config store-auths
false
-
./composer.phar config http-basic.git-t3o.typo3.org gitlab-ci-token ${CI_BUILD_TOKEN}
-
./composer.phar install
artifacts
:
paths
:
-
./
...
...
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