Skip to content

Commit

Permalink
Fix imports cache for Godot 4 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerclotet authored Apr 29, 2023
1 parent 7eaff7a commit 0400d78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image: barichello/godot-ci:4.0.2
cache:
key: import-assets
paths:
- .import/
- .godot/imported/

stages:
- import-assets
Expand All @@ -22,9 +22,6 @@ import-assets:
stage: import-assets
script:
- godot -v -e --quit --headless
artifacts:
paths:
- .import/

linux:
stage: export
Expand Down

0 comments on commit 0400d78

Please sign in to comment.