Files
godot-ci/.gitlab-ci.yml
Ryan Roden-Corrent 80e3237aa3 Remove needless cd from gitlab-ci.
It seems that the workdir for gitlab is already inside the cloned repo,
so `cd $EXPORT_NAME` will fail.

Here's a build that prints `pwd` to demonstrate:
https://gitlab.com/rcorre/weekly-game-jam-204/-/jobs/1318895344

Here's a pipeline that passed after removing `cd`:
- https://gitlab.com/rcorre/weekly-game-jam-204/-/pipelines/315008027
- 1af90b1fa2.
2021-06-17 00:07:42 -03:00

4.2 KiB