Rename first df job (#33651)
Presumably it can't have the same name as the other df job
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
steps:
|
||||
# Dump the disk usage before we start: this job frequently flakes with "No space left on device"
|
||||
# so, with the one at the end too, this will let us work out how much disk has been used.
|
||||
- name: df
|
||||
- name: dfbefore
|
||||
run: df -h && df -i
|
||||
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user