You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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.
The text was updated successfully, but these errors were encountered: