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
1d8129bd
Commit
1d8129bd
authored
Oct 23, 2018
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
.gitlab-ci/deployer/deploy.php
.gitlab-ci/deployer/deploy.php
+1
-1
No files found.
.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
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