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
Jérome Perrin
gitlab-ce
Commits
68771115
Commit
68771115
authored
Sep 22, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve CI job that tests database seeds
parent
e7d24721
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 @
68771115
...
@@ -224,7 +224,7 @@ rake db:migrate:reset:
...
@@ -224,7 +224,7 @@ rake db:migrate:reset:
script
:
script
:
-
rake db:migrate:reset
-
rake db:migrate:reset
rake d
ev:setup
:
rake d
b:seed_fu
:
stage
:
test
stage
:
test
<<
:
*use-db
<<
:
*use-db
variables
:
variables
:
...
@@ -232,9 +232,9 @@ rake dev:setup:
...
@@ -232,9 +232,9 @@ rake dev:setup:
RAILS_ENV
:
development
RAILS_ENV
:
development
script
:
script
:
-
mkdir -p /home/git/repositories
-
mkdir -p /home/git/repositories
-
git clone https://gitlab.com/gitlab-org/gitlab-
ce.git /home/git/repositories/gitlab-org/gitlab-ce
.git
-
git clone https://gitlab.com/gitlab-org/gitlab-
test
.git
-
git clone https://gitlab.com/gitlab-org/gitlab-test.git
/home/git/repositories/gitlab-org/gitlab-test.git
/home/git/repositories/gitlab-org/gitlab-test.git
-
rake dev:setup
-
bundle exec rake db:setup db:seed_fu
artifacts
:
artifacts
:
when
:
on_failure
when
:
on_failure
expire_in
:
1d
expire_in
:
1d
...
...
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