Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
c8ca2ed86b
commit
eb9d8c58f5
@ -17,8 +17,8 @@ local buildForArch(arch) = {
|
|||||||
path: '/var/run',
|
path: '/var/run',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'rust-toolchains',
|
name: 'rustup',
|
||||||
path: '/usr/local/rustup/toolchains',
|
path: '/usr/local/rustup',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
commands: [
|
commands: [
|
||||||
@ -99,9 +99,9 @@ local check_steps() = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'rust-toolchains',
|
name: 'rustup',
|
||||||
host: {
|
host: {
|
||||||
path: '/srv/drone/rust-toolchains',
|
path: '/srv/drone/rustup',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user