Skip to content

Commit 70bd14f

Browse files
RM merge conflict from circleci config
1 parent f6afdfd commit 70bd14f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,12 @@ jobs:
3636
- ./vendor/bundle
3737
key: v1-dependencies-{{ checksum "Gemfile.lock" }}
3838

39-
<<<<<<< HEAD
40-
# Database setup
41-
- run: bundle exec rake db:create
42-
- run: bundle exec rake db:schema:load
43-
44-
=======
45-
>>>>>>> master
4639
# Yarn Update
4740

4841
- run: yarn install
4942
- run: cd spec/dummy
5043
- run: yarn install
51-
44+
5245
# Database setup
5346
- run: bundle exec rake db:create
5447
- run: bundle exec rake db:schema:load

0 commit comments

Comments
 (0)