Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Commits
f8a7e964
Commit
f8a7e964
authored
6 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[ci] improve no_ci stage
parent
b7c84a36
No related branches found
No related tags found
1 merge request
!146
Elois/ci
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-8
17 additions, 8 deletions
.gitlab-ci.yml
with
17 additions
and
8 deletions
.gitlab-ci.yml
+
17
−
8
View file @
f8a7e964
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment