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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
b45b08cb
Commit
b45b08cb
authored
Apr 26, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run `bundle check` after `bundle install` instead of having a dedicated job for it
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
d39b16d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
.gitlab-ci.yml
.gitlab-ci.yml
+0
-7
scripts/prepare_build.sh
scripts/prepare_build.sh
+1
-1
No files found.
.gitlab-ci.yml
View file @
b45b08cb
...
...
@@ -402,13 +402,6 @@ docs:check:links:
# Check the internal links
-
bundle exec nanoc check internal_links
bundler:check:
stage
:
test
<<
:
*dedicated-runner
<<
:
*ruby-static-analysis
script
:
-
bundle check
bundler:audit:
stage
:
test
<<
:
*ruby-static-analysis
...
...
scripts/prepare_build.sh
View file @
b45b08cb
...
...
@@ -32,7 +32,7 @@ sed -i 's/localhost/redis/g' config/resque.yml
cp
config/gitlab.yml.example config/gitlab.yml
if
[
"
$USE_BUNDLE_INSTALL
"
!=
"false"
]
;
then
retry bundle
install
--clean
$BUNDLE_INSTALL_FLAGS
retry bundle
install
--clean
$BUNDLE_INSTALL_FLAGS
&&
bundle check
fi
# Only install knapsack after bundle install! Otherwise oddly some native
...
...
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