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
5843e185
Commit
5843e185
authored
Feb 13, 2019
by
Thomas Löffler
Browse files
Fix wrong path to the symlinks
parent
0931842a
Pipeline
#6300
passed with stages
in 5 minutes and 23 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
5843e185
...
...
@@ -61,8 +61,8 @@ task('typo3', function() {
task
(
'typo3:ter_wsdl'
,
function
()
{
run
(
'cd {{release_path}}/public/typo3conf/ext && mkdir ter'
);
run
(
'cd {{release_path}}/public/typo3conf/ext && ln -s ../../../../private/typo3conf/ext/ter/tx_ter_wsdl.php'
);
run
(
'cd {{release_path}}/public/typo3conf/ext && ln -s ../../../../private/typo3conf/ext/ter/tx_ter.wsdl'
);
run
(
'cd {{release_path}}/public/typo3conf/ext
/ter
&& ln -s ../../../../private/typo3conf/ext/ter/tx_ter_wsdl.php'
);
run
(
'cd {{release_path}}/public/typo3conf/ext
/ter
&& ln -s ../../../../private/typo3conf/ext/ter/tx_ter.wsdl'
);
});
task
(
'cache'
,
function
()
{
...
...
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