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
|
- 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/
|
||||||
|
|
Loading…
Reference in New Issue