Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
7c3d9ab5
Commit
7c3d9ab5
authored
3 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
fix(build): disable quality phase
parent
13d08419
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-25
0 additions, 25 deletions
.gitlab-ci.yml
with
0 additions
and
25 deletions
.gitlab-ci.yml
+
0
−
25
View file @
7c3d9ab5
stages
:
-
tests
-
package
-
quality
-
integration
-
prerelease
-
release
...
...
@@ -98,30 +97,6 @@ tests:
-
coverage.tar.gz
expire_in
:
72h
fmt_and_clippy
:
extends
:
.env
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_MERGE_REQUEST_ID
-
when
:
on_success
stage
:
quality
script
:
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
-
export PATH="$HOME/.cargo/bin:$PATH"
-
cargo fmt -- --version
-
cargo fmt -- --check
-
cargo clippy -- -V
-
cargo clippy --all --tests -- -D warnings --verbose
audit_dependencies
:
extends
:
.rust_env
before_script
:
-
cargo deny -V
stage
:
quality
script
:
-
cargo deny check
.integration_rules
:
&integration_rules
allow_failure
:
true
rules
:
...
...
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