Revert "gitlabci: switch to test rust-nightly till the stable image is update."
This reverts commit 2711ebca68.
Rust stable image is updated again.
This commit is contained in:
parent
79239a2e01
commit
463c3908d4
@ -41,7 +41,7 @@ variables:
|
|||||||
- cargo test -- --test-threads=1 --ignored
|
- cargo test -- --test-threads=1 --ignored
|
||||||
<<: *cargo_cache
|
<<: *cargo_cache
|
||||||
|
|
||||||
.rust:stable:
|
rust:stable:
|
||||||
# https://hub.docker.com/_/rust/
|
# https://hub.docker.com/_/rust/
|
||||||
image: "rust"
|
image: "rust"
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
@ -50,9 +50,9 @@ rust:nightly:
|
|||||||
# https://hub.docker.com/r/rustlang/rust/
|
# https://hub.docker.com/r/rustlang/rust/
|
||||||
image: "rustlang/rust:nightly"
|
image: "rustlang/rust:nightly"
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
# only:
|
only:
|
||||||
# - schedule
|
- schedule
|
||||||
# - web
|
- web
|
||||||
|
|
||||||
flatpak:
|
flatpak:
|
||||||
image: registry.gitlab.com/alatiera/gnome-nightly-oci/rust-bundle:latest
|
image: registry.gitlab.com/alatiera/gnome-nightly-oci/rust-bundle:latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user