Do not treat untracked files as artifacts
This commit is contained in:
parent
f9ab076b2a
commit
0e69037e45
|
@ -23,6 +23,5 @@ job make exports:
|
||||||
script:
|
script:
|
||||||
- GODOT=./bin/godot3-server make export-all
|
- GODOT=./bin/godot3-server make export-all
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
|
Loading…
Reference in New Issue