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
f2fc716c
Commit
f2fc716c
authored
Apr 26, 2017
by
Rémy Coutable
Committed by
Robert Speicher
May 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shorten and improve some job names
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
336d79fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
.gitlab-ci.yml
.gitlab-ci.yml
+12
-12
No files found.
.gitlab-ci.yml
View file @
f2fc716c
...
...
@@ -311,12 +311,12 @@ ee_compat_check:
script
:
-
bundle exec rake db:migrate:reset
rake pg db:migrate:reset
:
db:migrate:reset pg
:
<<
:
*db-migrate-reset
<<
:
*use-pg
<<
:
*except-docs
rake mysql db:migrate:reset
:
db:migrate:reset mysql
:
<<
:
*db-migrate-reset
<<
:
*use-mysql
<<
:
*except-docs
...
...
@@ -328,12 +328,12 @@ rake mysql db:migrate:reset:
-
bundle exec rake db:rollback STEP=120
-
bundle exec rake db:migrate
rake pg db:rollback
:
db:rollback pg
:
<<
:
*db-rollback
<<
:
*use-pg
<<
:
*except-docs
rake mysql db:rollback
:
db:rollback mysql
:
<<
:
*db-rollback
<<
:
*use-mysql
<<
:
*except-docs
...
...
@@ -355,17 +355,17 @@ rake mysql db:rollback:
paths
:
-
log/development.log
rake pg db:seed_fu
:
db:seed_fu pg
:
<<
:
*db-seed_fu
<<
:
*use-pg
<<
:
*except-docs
rake mysql db:seed_fu
:
db:seed_fu mysql
:
<<
:
*db-seed_fu
<<
:
*use-mysql
<<
:
*except-docs
rake
gitlab:assets:compile:
gitlab:assets:compile:
stage
:
test
<<
:
*dedicated-runner
<<
:
*except-docs
...
...
@@ -385,7 +385,7 @@ rake gitlab:assets:compile:
paths
:
-
webpack-report/
rake
karma
:
karma
:
cache
:
paths
:
-
vendor/ruby
...
...
@@ -451,11 +451,11 @@ bundler:audit:
-
. scripts/prepare_build.sh
-
bundle exec rake db:migrate
migration p
g paths
:
migration p
ath pg
:
<<
:
*migration-paths
<<
:
*use-pg
migration
mysql paths
:
migration
path mysql
:
<<
:
*migration-paths
<<
:
*use-mysql
...
...
@@ -532,8 +532,8 @@ pages:
<<
:
*dedicated-runner
dependencies
:
-
coverage
-
rake
karma
-
rake
gitlab:assets:compile
-
karma
-
gitlab:assets:compile
-
lint:javascript:report
script
:
-
mv public/ .public/
...
...
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