Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4a83cb27
Commit
4a83cb27
authored
Jan 04, 2022
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some yamllint warnings
parent
2bd98e30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+2
-2
.gitlab/ci/workhorse.gitlab-ci.yml
.gitlab/ci/workhorse.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
+1
-1
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
4a83cb27
...
...
@@ -256,7 +256,7 @@
-
"
lib/gitlab/markdown_cache/active_record/**/*"
-
"
config/prometheus/common_metrics.yml"
# Used by Gitlab::DatabaseImporters::CommonMetrics::Importer
-
"
{,ee/,jh/}app/models/project_statistics.rb"
# Used to calculate sizes in migration specs
-
"
GITALY_SERVER_VERSION"
# Has interactions with background migrations:https://gitlab.com/gitlab-org/gitlab/-/issues/336538
-
"
GITALY_SERVER_VERSION"
# Has interactions with background migrations:https://gitlab.com/gitlab-org/gitlab/-/issues/336538
# CI changes
-
"
.gitlab-ci.yml"
-
"
.gitlab/ci/**/*"
...
...
@@ -1679,7 +1679,7 @@
-
<<
:
*if-dot-com-gitlab-org-merge-request
changes
:
*code-patterns
when
:
manual
allow_failure
:
true
# manual jobs needs to be allowed to fail, otherwise they block the pipeline
allow_failure
:
true
# manual jobs needs to be allowed to fail, otherwise they block the pipeline
-
when
:
on_success
allow_failure
:
true
...
...
.gitlab/ci/workhorse.gitlab-ci.yml
View file @
4a83cb27
...
...
@@ -4,7 +4,7 @@ workhorse:verify:
stage
:
test
needs
:
[]
script
:
-
make -C workhorse
# test build
-
make -C workhorse
# test build
-
make -C workhorse verify
.workhorse:test:
...
...
lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
View file @
4a83cb27
...
...
@@ -29,7 +29,7 @@ before_script:
-
ruby -v
# Print out ruby version for debugging
# Uncomment next line if your rails app needs a JS runtime:
# - apt-get update -q && apt-get install nodejs -yqq
-
bundle config set path 'vendor'
# Install dependencies into ./vendor/ruby
-
bundle config set path 'vendor'
# Install dependencies into ./vendor/ruby
-
bundle install -j $(nproc)
# Optional - Delete if not using `rubocop`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment