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
758 stars 133 forks source link

Share import cache within the across jobs within the same pipeline #38

Open realkotob opened 4 years ago

realkotob commented 4 years ago

Although we specify the cache config in the gitlab-ci script, it doesn't always lead to the desired result.

See https://github.com/godotengine/godot-proposals/issues/1362#issuecomment-714638052 for explanation.

Caching across jobs is worth a try later although it might still also not be the answer.