Skip to content
Snippets Groups Projects
Commit fd92301f authored by Éloïs's avatar Éloïs
Browse files

use official rust nightly docker image automatically rebuild every days

parent ec758989
No related branches found
No related tags found
1 merge request!11Resolve "rustfmt-nightly fail to compil in docker"
...@@ -32,17 +32,17 @@ build_and_tests:beta: ...@@ -32,17 +32,17 @@ build_and_tests:beta:
build_and_tests:nightly: build_and_tests:nightly:
stage: tests stage: tests
image: rustlang/rust:nightly
tags: tags:
- redshift-rs-nightly - redshift-rs-nightly
script: script:
- rustup update
- cargo test - cargo test
when: manual when: manual
allow_failure: true allow_failure: true
fmt: fmt:
stage: fmt stage: fmt
image: scorpil/rust:nightly-onbuild image: rustlang/rust:nightly
tags: tags:
- redshift-rs-nightly - redshift-rs-nightly
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment