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
1d8129bd
Commit
1d8129bd
authored
Oct 23, 2018
by
Thomas Löffler
Browse files
Remove composer.phar and use composer on remote server
parent
671d827d
Pipeline
#5376
passed with stages
in 8 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1d8129bd
...
...
@@ -59,6 +59,7 @@ build:
-
./composer.phar config store-auths
false
-
./composer.phar config http-basic.git-t3o.typo3.org gitlab-ci-token ${CI_BUILD_TOKEN}
-
./composer.phar install --no-interaction --no-progress --no-dev
-
rm composer.phar
artifacts
:
paths
:
-
./
...
...
.gitlab-ci/deployer/deploy.php
View file @
1d8129bd
...
...
@@ -57,7 +57,7 @@ set('php', '/opt/php/php70/bin/php');
set
(
'typo3_console'
,
'vendor/bin/typo3cms'
);
task
(
'typo3'
,
function
()
{
run
(
'cd {{release_path}} && {{php}} composer install'
);
run
(
'cd {{release_path}} && {{php}}
/usr/local/bin/
composer install'
);
run
(
'cd {{release_path}} && {{php}} {{typo3_console}} install:generatepackagestates'
);
run
(
'cd {{release_path}} && {{php}} {{typo3_console}} install:extensionsetupifpossible'
);
});
...
...
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