Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release task return no results #353

Closed
sas05 opened this issue Feb 9, 2017 · 3 comments
Closed

release task return no results #353

sas05 opened this issue Feb 9, 2017 · 3 comments
Labels

Comments

@sas05
Copy link

sas05 commented Feb 9, 2017

Hi, I'm facing one problem

with this line of code

            $command = 'chown -R ' . $userGroup . ' ' . $currentCopy
                . ' && '
                . 'chown ' . $userGroup . ' ' . $releasesDirectory;
            $result = $this->runCommandRemote($command);
            if (!$result) {
                return $result;
            }

$result is null and deployment failed.

platform: OSX
destination platform: ubuntu

@duraki
Copy link

duraki commented Feb 10, 2017

Could you post your workspace Mage logs?

@Toflar
Copy link
Contributor

Toflar commented Feb 10, 2017

Hey @sas05, I think you run in the same escaping issue as I did. Too many characters are being escaped. Try changing the runCommandRemote() as I outlined in #350 (comment).

@andres-montanez
Copy link
Owner

Duplicate of #350
fixed in release 3.0.1, already available!

Regards!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants