Skip to content

Commit

Permalink
Removing unnecessary system dependencies for the CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jun 25, 2018
1 parent 088eb6f commit f4db337
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
- image: circleci/ruby:2.3.7-node-browsers
environment:
RAILS_ENV: test
POMEGRANATE_DB: dpul_test
POMEGRANATE_DB_HOST: localhost
POMEGRANATE_DB_USERNAME: pomegranate
POMEGRANATE_DB_PASSWORD: ""
Expand All @@ -35,7 +34,6 @@ jobs:
- image: circleci/ruby:2.3.7-node-browsers
environment:
RAILS_ENV: test
POMEGRANATE_DB: dpul_test
POMEGRANATE_DB_HOST: localhost
POMEGRANATE_DB_USERNAME: pomegranate
POMEGRANATE_DB_PASSWORD: ""
Expand All @@ -51,7 +49,6 @@ jobs:
- image: circleci/ruby:2.3.7-node-browsers
environment:
RAILS_ENV: test
POMEGRANATE_DB: dpul_test
POMEGRANATE_DB_HOST: localhost
POMEGRANATE_DB_USERNAME: pomegranate
POMEGRANATE_DB_PASSWORD: ""
Expand All @@ -63,11 +60,8 @@ jobs:
steps:
- attach_workspace:
at: '~/pomegranate'
- run: sudo apt-get update
- run: sudo apt-get install libpq-dev libopenjp2-7-dev libmagickwand-dev imagemagick pkg-config
# Wait for DB
- run: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: sudo sh bin/ci_kakadu_install.sh
# Bundle install dependencies
- run: bundle install --path vendor/bundle
- run:
Expand Down

0 comments on commit f4db337

Please sign in to comment.