abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
759 stars 133 forks source link

Gitlab pages CI requires git fetch #9

Closed 2shady4u closed 4 years ago

2shady4u commented 4 years ago

Gitlab pages, out of the box, doesn't seem to want to checkout my "pages" orphan branch.

failure

Adding a "git fetch" command to the command stack seems to fix the issue.

success

Would it be possible and/or a good idea to add "git fetch" to the command stack to avoid any unnecessary headaches for future adopters? I don't think there's any big disadvantage that appears when adding it?