List git status and build files after exports are created
This commit is contained in:
parent
0e69037e45
commit
4acb527555
|
@ -22,6 +22,9 @@ job make exports:
|
|||
- WGET_ARGS='' make install-templates
|
||||
script:
|
||||
- GODOT=./bin/godot3-server make export-all
|
||||
after_script:
|
||||
- find build/
|
||||
- git status
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
|
|
Loading…
Reference in New Issue