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
698f79e8
Commit
698f79e8
authored
Jun 16, 2015
by
Valery Sizov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'new_syntax_yaml' into 'master'
New syntax of .gitlab-ci.yml See merge request !1862
parents
5fa02489
f715bc7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
25 deletions
+37
-25
.gitlab-ci.yml
.gitlab-ci.yml
+37
-25
No files found.
.gitlab-ci.yml
View file @
698f79e8
# This file is generated by GitLab CI
before_script
:
-
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
-
ruby -v
...
...
@@ -7,33 +8,44 @@ before_script:
-
echo $PATH
-
cp config/database.yml.mysql config/database.yml
-
cp config/gitlab.yml.example config/gitlab.yml
-
!
'
sed
"s/username\:.*$/username\:
runner/"
-i
config/database.yml'
-
!
'
sed
"s/password\:.*$/password\:
'
'
password'
'
/"
-i
config/database.yml'
-
'
sed
"s/username\:.*$/username\:
runner/"
-i
config/database.yml'
-
'
sed
"s/password\:.*$/password\:
'
'
password'
'
/"
-i
config/database.yml'
-
sed "s/gitlabhq_test/gitlabhq_test_$((RANDOM/5000))/" -i config/database.yml
-
touch log/application.log
-
touch log/test.log
-
bundle install --without postgres production --jobs $(nproc)
-
bundle exec rake db:create RAILS_ENV=test
jobs
:
-
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec
name
:
Rspec
runner
:
ruby,mysql
-
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach
name
:
Spinach
runner
:
ruby,mysql
-
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
name
:
Jasmine
runner
:
ruby,mysql
-
script
:
-
bundle exec rubocop
name
:
Rubocop
runner
:
ruby,mysql
-
script
:
-
bundle exec rake brakeman
name
:
Brakeman
runner
:
ruby,mysql
deploy_jobs
:
[]
skip_refs
:
'
'
Rspec
:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec
tags
:
-
ruby
-
mysql
Spinach
:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach
tags
:
-
ruby
-
mysql
Jasmine
:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
tags
:
-
ruby
-
mysql
Rubocop
:
script
:
-
bundle exec rubocop
tags
:
-
ruby
-
mysql
Brakeman
:
script
:
-
bundle exec rake brakeman
tags
:
-
ruby
-
mysql
\ No newline at end of file
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