List git status and build files after exports are created

This commit is contained in:
Kienan Stewart 2018-04-08 12:15:13 -04:00
parent 0e69037e45
commit 4acb527555
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ job make exports:
- WGET_ARGS='' make install-templates - WGET_ARGS='' make install-templates
script: script:
- GODOT=./bin/godot3-server make export-all - GODOT=./bin/godot3-server make export-all
after_script:
- find build/
- git status
artifacts: artifacts:
paths: paths:
- build/ - build/