Commit 48989029f2aafc7d38275783d542dec4ff859dc4
1 parent
330fc389
Exists in
stable-1.3
remove .gitlab-ci.yml
it was just not readt at this point
Showing
2 changed files
with
0 additions
and
27 deletions
Show diff stats
.gitlab-ci.yml
@@ -1,26 +0,0 @@ | @@ -1,26 +0,0 @@ | ||
1 | -before_script: | ||
2 | - - mkdir -p tmp/{pids,cache} log | ||
3 | - - bundle check || bundle install | ||
4 | -# workaround for plugins with Gemfile | ||
5 | - - perl -pi -e 's/--local //' script/noosfero-plugins | ||
6 | - - script/noosfero-plugins disableall | ||
7 | - - bundle exec rake makemo &>/dev/null | ||
8 | -# database | ||
9 | - - cp config/database.yml.gitlab-ci config/database.yml | ||
10 | - - createdb gitlab_ci_test || true | ||
11 | - - bundle exec rake db:schema:load &>/dev/null | ||
12 | - - bundle exec rake db:migrate &>/dev/null | ||
13 | - | ||
14 | -units: | ||
15 | - script: bundle exec rake test:units | ||
16 | -functionals: | ||
17 | - script: bundle exec rake test:functionals | ||
18 | -integration: | ||
19 | - script: bundle exec rake test:integration | ||
20 | -cucumber: | ||
21 | - script: bundle exec rake cucumber | ||
22 | -selenium: | ||
23 | - script: bundle exec rake selenium | ||
24 | -plugins: | ||
25 | - script: bundle exec rake test:noosfero_plugins | ||
26 | - |