Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

can't have multiple rsync tasks together in one alias task #10

Open
bprodoehl opened this issue Feb 10, 2014 · 2 comments
Open

can't have multiple rsync tasks together in one alias task #10

bprodoehl opened this issue Feb 10, 2014 · 2 comments

Comments

@bprodoehl
Copy link

I'm using grunt-rsync-2 v0.1.3, and I can't seem to have multiple rsync tasks together in one task. If I try to stack them up, it just exits after the first rsync task.

As an example:

grunt.registerTask('default', ['rsync:first', 'rsync:second', 'rsync:third']);

What I'll get if I run grunt default is a successful run of rsync:first, and then it exits successfully. I'm seeing this running Grunt on OS X and Linux, connecting to Linux hosts.

@MaxDaten
Copy link
Owner

maybe related #9

the next days I will investigating this

@bprodoehl
Copy link
Author

Great, thanks. I was able to work around it just fine by having Jenkins call each rsync task that I wanted. Other than this, the task has worked great. Wish I had time to investigate the bug myself.

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

No branches or pull requests

2 participants