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
1033b430
Commit
1033b430
authored
Mar 06, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve .gitlab-ci.yml via
7e56ff3c
parent
7f90f19d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
23 deletions
+2
-23
.gitlab-ci.yml
.gitlab-ci.yml
+2
-23
No files found.
.gitlab-ci.yml
View file @
1033b430
...
@@ -238,6 +238,7 @@ stages:
...
@@ -238,6 +238,7 @@ stages:
<<
:
*dedicated-no-docs-pull-cache-job
<<
:
*dedicated-no-docs-pull-cache-job
<<
:
*use-pg
<<
:
*use-pg
variables
:
variables
:
SETUP_DB
:
"
false"
CREATE_DB_USER
:
"
true"
CREATE_DB_USER
:
"
true"
script
:
script
:
# Manually clone gitlab-test and only seed this project in
# Manually clone gitlab-test and only seed this project in
...
@@ -284,7 +285,7 @@ stages:
...
@@ -284,7 +285,7 @@ stages:
variables
:
variables
:
CREATE_DB_USER
:
"
true"
CREATE_DB_USER
:
"
true"
script
:
script
:
-
git fetch https://gitlab.com/gitlab-org/gitlab-
ce.git v9.3.0
-
git fetch https://gitlab.com/gitlab-org/gitlab-
ee.git v9.3.0-ee
-
git checkout -f FETCH_HEAD
-
git checkout -f FETCH_HEAD
-
bundle install $BUNDLE_INSTALL_FLAGS
-
bundle install $BUNDLE_INSTALL_FLAGS
-
date
-
date
...
@@ -600,28 +601,6 @@ db:check-schema-pg:
...
@@ -600,28 +601,6 @@ db:check-schema-pg:
script
:
script
:
-
source scripts/schema_changed.sh
-
source scripts/schema_changed.sh
<<<<<<< HEAD
.migration-paths
:
&migration-paths
<<
:
*dedicated-runner
<<
:
*except-docs-and-qa
<<
:
*pull-cache
stage
:
test
variables
:
SETUP_DB
:
"
false"
CREATE_DB_USER
:
"
true"
script
:
-
git fetch https://gitlab.com/gitlab-org/gitlab-ee.git v9.3.0-ee
-
git checkout -f FETCH_HEAD
-
bundle install $BUNDLE_INSTALL_FLAGS
-
cp config/gitlab.yml.example config/gitlab.yml
-
bundle exec rake db:drop db:create db:schema:load db:seed_fu
-
git checkout $CI_COMMIT_SHA
-
bundle install $BUNDLE_INSTALL_FLAGS
-
. scripts/prepare_build.sh
-
bundle exec rake db:migrate
=======
>
>>>>>>
upstream/master
migration:path-pg:
migration:path-pg:
<<
:
*migration-paths
<<
:
*migration-paths
<<
:
*use-pg
<<
:
*use-pg
...
...
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