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

[ci] improve no_ci stage

parent b7c84a36
No related branches found
No related tags found
1 merge request!146Elois/ci
......@@ -25,6 +25,23 @@ variables:
variables:
- $CI_COMMIT_MESSAGE =~ /^wip*/i
block_ci:
only:
<<: *ci_except_conditions
stage: no_ci
when: manual
allow_failure: false
script:
- exit -1
skip_ci:
except:
<<: *ci_only_conditions
stage: no_ci
when: manual
script:
- echo 1
.rust_stable_lin64: &rust_stable_lin64
only:
<<: *ci_only_conditions
......@@ -72,14 +89,6 @@ variables:
before_script:
- rustc --version && cargo --version
no_ci:
stage: no_ci
only:
<<: *ci_except_conditions
allow_failure: true
script:
- exit -1
fmt:
<<: *rust_stable_lin64
stage: fmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment