We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fac3c3 commit dadc18eCopy full SHA for dadc18e
ci-run.sh
@@ -3,5 +3,5 @@
3
set -e
4
5
gem install bundler
6
-bundle check || bundle install --frozen
+bundle check || bundle install
7
bundle exec rake ci
docker-compose.yml
@@ -35,5 +35,5 @@ services:
35
networks:
36
integration_test_network:
37
volumes:
38
- - .:/code:ro
+ - .:/code
39
working_dir: /code
0 commit comments