mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix a ci problem if debug dir wasnt available
This commit is contained in:
parent
e3c0cefd11
commit
db80ddb088
@ -19,10 +19,10 @@ before_script:
|
|||||||
- cargo --version
|
- cargo --version
|
||||||
- export DISABLE_GIT_LFS_CHECK=true
|
- export DISABLE_GIT_LFS_CHECK=true
|
||||||
- find assets | md5sum
|
- find assets | md5sum
|
||||||
- ls -la target/debug
|
- ls -la target/debug || echo "upsi"
|
||||||
- ls -la target/release
|
- ls -la target/release || echo "upsi"
|
||||||
- ls -la target
|
- ls -la target || echo "upsi"
|
||||||
- find target/debug/deps -type f | wc -l
|
- find target/debug/deps -type f | wc -l || echo "upsi"
|
||||||
- date
|
- date
|
||||||
|
|
||||||
# -- optional build
|
# -- optional build
|
||||||
|
Loading…
Reference in New Issue
Block a user