Skip to content

Commit

Permalink
Don't bother erroring out if the rsync fails
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Straka <derek@asterius.io>
  • Loading branch information
derekstraka committed Nov 3, 2017
1 parent 6965038 commit ab57e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-build-cache.sh
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -x

if [[ $# -lt 1 ]]; then
echo "No Yocto branch specified, defaulting to master"
Expand Down

0 comments on commit ab57e94

Please sign in to comment.