diff --git a/.circleci/config.yml b/.circleci/config.yml index 4717c9b2b..da85e6786 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,11 +83,6 @@ jobs: - ./node_modules - ./vendor/bundle - run: dockerize -wait tcp://localhost:5432 -timeout 1m - - run: - name: Download libssl1.1 - command: | - wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb - sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb - run: command: bundle exec rake db:create db:schema:load --trace environment: