Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github-bot: dont update nodejs/node repo
Chore to keep playbook running smoothly without errors being generated. Got this error when running the playbook: ```bash $ ansible-playbook -i ../ansible-inventory ansible-playbook.yaml ... TASK [Runtime dependencies | Clone node repo] ********************************** fatal: [infra-rackspace-debian8-x64-1]: FAILED! => {"changed": false, "failed": true, "msg": "Local modifications exist in repository (force=no)."} ``` Local changes to that nodejs/node repo is expected, as the github-bot continously tries to backport PR patches onto staging branches. Therefore simply avoiding this error by not trying to update that git repo at all when the playbook is run -- as long as it is present, we are happy. PR-URL: nodejs#603 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
- Loading branch information