File tree 3 files changed +4
-1
lines changed
actions/checkout-submodules-and-bootstrap
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33
33
# there is roughly 1.4GB that remains in this cache that is useless from
34
34
# this point onwards.
35
35
shell : bash
36
+ continue-on-error : true
36
37
run : |
37
- du -sh $HOME/.cipd-cache-dir/ || true
38
+ du -sh $HOME/.cipd-cache-dir/
38
39
rm -rf $HOME/.cipd-cache-dir/ || echo "Removing cipd cache dir failed"
39
40
- name : Dump disk info after checkout submodule & Bootstrap
40
41
shell : bash
Original file line number Diff line number Diff line change 63
63
# This should not generally be needed, however android CI runs out of space
64
64
# We do not need pigweed cross compile here because we use android NDK
65
65
# compilers. Removing this package saves a significant amount of space.
66
+ continue-on-error : true
66
67
run : |
67
68
du -sh .environment/cipd/packages/arm
68
69
rm -rf .environment/cipd/packages/arm
Original file line number Diff line number Diff line change 52
52
# This should not generally be needed, however android CI runs out of space
53
53
# We do not need pigweed cross compile here because we use android NDK
54
54
# compilers. Removing this package save significant amount of space.
55
+ continue-on-error : true
55
56
run : |
56
57
du -sh .environment/cipd/packages/arm
57
58
rm -rf .environment/cipd/packages/arm
You can’t perform that action at this time.
0 commit comments