tell drone to update rust images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eed7af23d8
commit
79a8580d91
@ -10,6 +10,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: test and build
|
- name: test and build
|
||||||
image: rust:1
|
image: rust:1
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y libnftnl-dev libmnl-dev
|
- apt-get install -y libnftnl-dev libmnl-dev
|
||||||
@ -26,6 +27,7 @@ steps:
|
|||||||
- tag
|
- tag
|
||||||
- name: release
|
- name: release
|
||||||
image: rust:1
|
image: rust:1
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y libnftnl-dev libmnl-dev
|
- apt-get install -y libnftnl-dev libmnl-dev
|
||||||
@ -75,6 +77,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: test and build
|
- name: test and build
|
||||||
image: rust:1
|
image: rust:1
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y libnftnl-dev libmnl-dev
|
- apt-get install -y libnftnl-dev libmnl-dev
|
||||||
@ -91,6 +94,7 @@ steps:
|
|||||||
- tag
|
- tag
|
||||||
- name: release
|
- name: release
|
||||||
image: rust:1
|
image: rust:1
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y libnftnl-dev libmnl-dev
|
- apt-get install -y libnftnl-dev libmnl-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user