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
Léo-Paul Géneau
gitlab-ce
Commits
8c5d55ea
Commit
8c5d55ea
authored
Jan 30, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure rake is called within the correct bundle context
parent
d6450bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
8c5d55ea
...
...
@@ -271,7 +271,7 @@ rake db:migrate:reset:
<<
:
*use-db
<<
:
*dedicated-runner
script
:
-
rake db:migrate:reset
-
bundle exec
rake db:migrate:reset
rake db:seed_fu:
stage
:
test
...
...
@@ -302,7 +302,7 @@ teaspoon:
script
:
-
npm install
-
npm link istanbul
-
rake teaspoon
-
bundle exec
rake teaspoon
artifacts
:
name
:
coverage-javascript
expire_in
:
31d
...
...
@@ -353,10 +353,10 @@ migration paths:
-
cp config/resque.yml.example config/resque.yml
-
sed -i 's/localhost/redis/g' config/resque.yml
-
bundle install --without postgres production --jobs $(nproc) $FLAGS --retry=3
-
rake db:drop db:create db:schema:load db:seed_fu
-
bundle exec
rake db:drop db:create db:schema:load db:seed_fu
-
git checkout $CI_BUILD_REF
-
source scripts/prepare_build.sh
-
rake db:migrate
-
bundle exec
rake db:migrate
coverage
:
stage
:
post-test
...
...
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