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
c31c70b2
Commit
c31c70b2
authored
Apr 11, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move variables back to where they are
parent
5e6d09ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
c31c70b2
...
...
@@ -310,14 +310,14 @@ rake mysql db:rollback:
.db-seed_fu
:
&db-seed_fu
stage
:
test
<<
:
*dedicated-runner
script
:
-
git clone https://gitlab.com/gitlab-org/gitlab-test.git
/home/git/repositories/gitlab-org/gitlab-test.git
-
bundle exec rake db:setup db:seed_fu
variables
:
SIZE
:
"
1"
SETUP_DB
:
"
false"
RAILS_ENV
:
"
development"
script
:
-
git clone https://gitlab.com/gitlab-org/gitlab-test.git
/home/git/repositories/gitlab-org/gitlab-test.git
-
bundle exec rake db:setup db:seed_fu
artifacts
:
when
:
on_failure
expire_in
:
1d
...
...
@@ -417,6 +417,8 @@ bundler:audit:
.migration-paths
:
&migration-paths
stage
:
test
<<
:
*dedicated-runner
variables
:
SETUP_DB
:
"
false"
only
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
...
...
@@ -433,8 +435,6 @@ bundler:audit:
-
bundle install --without production --jobs $(nproc) $FLAGS --retry=3
-
source scripts/prepare_build.sh
-
bundle exec rake db:migrate
variables
:
SETUP_DB
:
"
false"
migration pg paths
:
<<
:
*migration-paths
...
...
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