File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,26 @@ variables:
1414 IMAGE_URL : registry.quiqup.com/ian/lab-stats
1515
1616stages :
17- - test
17+ # - test
1818 - build
1919 - deploy
2020
21- test :
22- stage : test
23- cache :
24- key : labstats-bundle
25- untracked : true
26- paths :
27- - vendor/ruby
28- variables :
29- RAKE_ENV : test
30- CREATE_DATABASE_URL : postgres://$POSTGRES_USER@postgres:5432/postgres
31- SIDEKIQ_REDIS_URL : redis://redis:6379/
32- SERVER_URL : http://localhost.com
33- script :
34- - bundle install
35- - rake db:setup
36- - rspec
21+ # test:
22+ # stage: test
23+ # cache:
24+ # key: labstats-bundle
25+ # untracked: true
26+ # paths:
27+ # - vendor/ruby
28+ # variables:
29+ # RAKE_ENV: test
30+ # CREATE_DATABASE_URL: postgres://$POSTGRES_USER@postgres:5432/postgres
31+ # SIDEKIQ_REDIS_URL: redis://redis:6379/
32+ # SERVER_URL: http://localhost.com
33+ # script:
34+ # - bundle install
35+ # - rake db:setup
36+ # - rspec
3737
3838build_image :
3939 stage : build
You can’t perform that action at this time.
0 commit comments