fix(ci): fixes for ephemeral nodes
This commit is contained in:
parent
c5f71c9e2e
commit
ab7ca9b551
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Remove Virtualbox network config
|
||||
if: always() # do this even if a step before has failed
|
||||
run: sudo rm /etc/vbox/networks.conf
|
||||
run: sudo rm /etc/vbox/networks.conf || true
|
||||
|
||||
- name: Configure VirtualBox
|
||||
run: |-
|
||||
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
|
||||
- name: Remove Virtualbox network config
|
||||
if: always() # do this even if a step before has failed
|
||||
run: sudo rm /etc/vbox/networks.conf
|
||||
run: sudo rm /etc/vbox/networks.conf || true
|
||||
|
||||
- name: Upload log files
|
||||
if: always() # do this even if a step before has failed
|
||||
|
|
|
|||
Loading…
Reference in New Issue