update pipeline to work, getting rid of the cached rust image
This commit is contained in:
parent
7dcdd3873b
commit
a0e34f2135
@ -23,10 +23,6 @@ resources:
|
|||||||
source:
|
source:
|
||||||
port: 2375
|
port: 2375
|
||||||
host: mdev.local
|
host: mdev.local
|
||||||
- name: rust
|
|
||||||
type: registry-image
|
|
||||||
source:
|
|
||||||
repository: rust
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- name: test
|
- name: test
|
||||||
@ -37,7 +33,10 @@ jobs:
|
|||||||
- task: test
|
- task: test
|
||||||
config:
|
config:
|
||||||
platform: linux
|
platform: linux
|
||||||
image: rust
|
image_resource:
|
||||||
|
type: registry-image
|
||||||
|
source:
|
||||||
|
repository: rust
|
||||||
params:
|
params:
|
||||||
CARGO_HOME: "./.cargo-config/"
|
CARGO_HOME: "./.cargo-config/"
|
||||||
RUSTUP_HOME: "./.rustup-config"
|
RUSTUP_HOME: "./.rustup-config"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user