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
Kazuhiko Shiozaki
gitlab-ce
Commits
b18ac382
Commit
b18ac382
authored
Jun 04, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor CI script
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
7f042e8b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
48 deletions
+3
-48
.gitlab-ci.yml
.gitlab-ci.yml
+3
-48
No files found.
.gitlab-ci.yml
View file @
b18ac382
# This file is generated by GitLab CI
jobs
:
-
script
:
before_script
:
-
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
-
ruby -v
-
which ruby
...
...
@@ -16,75 +14,32 @@ jobs:
-
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
branches
:
true
tags
:
false
runner
:
ruby,mysql
-
script
:
-
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
-
ruby -v
-
which ruby
-
gem install bundler
-
which bundle
-
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/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
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach
name
:
Spinach
branches
:
true
tags
:
false
runner
:
ruby,mysql
-
script
:
-
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
-
ruby -v
-
which ruby
-
gem install bundler
-
which bundle
-
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/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
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
name
:
Jasmine
branches
:
true
tags
:
false
runner
:
ruby,mysql
-
script
:
-
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
-
ruby -v
-
which ruby
-
gem install bundler
-
which bundle
-
echo $PATH
-
bundle install --without postgres production --jobs $(nproc)
-
bundle exec rubocop
name
:
Rubocop
branches
:
true
tags
:
false
runner
:
ruby,mysql
-
script
:
-
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
-
export LC_ALL=en_US.UTF-8
-
ruby -v
-
which ruby
-
gem install bundler
-
which bundle
-
echo $PATH
-
bundle install --without postgres production --jobs $(nproc)
-
bundle exec rake brakeman
name
:
Brakeman
branches
:
true
...
...
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