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

try to use scorpil/ docker image for fmt job

parent 205644b6
No related branches found
No related tags found
1 merge request!7Execute build and tests in all toolchains
......@@ -42,11 +42,11 @@ build_and_tests:nightly:
fmt:
stage: fmt
image: scorpil/rust/nightly-onbuild
tags:
- redshift-rs-nightly
before_script:
- export PATH="$HOME/.cargo/bin:$PATH"
- rustup update
- cargo install --force rustfmt-nightly
script:
- cargo fmt -- --write-mode=diff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment