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',
|
||||
},
|
||||
{
|
||||
name: 'rust-toolchains',
|
||||
path: '/usr/local/rustup/toolchains',
|
||||
name: 'rustup',
|
||||
path: '/usr/local/rustup',
|
||||
},
|
||||
],
|
||||
commands: [
|
||||
@ -99,9 +99,9 @@ local check_steps() = [
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'rust-toolchains',
|
||||
name: 'rustup',
|
||||
host: {
|
||||
path: '/srv/drone/rust-toolchains',
|
||||
path: '/srv/drone/rustup',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user