18F / micropurchase

18F's micro-purchase threshold experiment management app.
https://micropurchase.18f.gov
Other
68 stars 37 forks source link

Sources github refs via https #1502

Closed amoose closed 7 years ago

amoose commented 7 years ago

Sources github repos via https and will remove warnings such as this:

The git source `git://github.com/18f/c2-api-client-ruby.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.
adelevie commented 7 years ago

Good catch!

amoose commented 7 years ago

Something in docker-compose is not detecting the checked out repo 😕

The command "docker-compose up -d" exited with 0.
1.27s$ docker-compose run web bundle exec rake
The git source https://github.com/18f/c2-api-client-ruby.git is not yet checked out. Please run `bundle install` before trying to start your application