https://github.com/gregschmit/gcloud_bug
Demo app to show that gcloud deploy to standard environment is fucked up.
https://github.com/gregschmit/gcloud_bug
Last synced: about 1 year ago
JSON representation
Demo app to show that gcloud deploy to standard environment is fucked up.
- Host: GitHub
- URL: https://github.com/gregschmit/gcloud_bug
- Owner: gregschmit
- Created: 2021-03-25T18:38:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T22:48:03.000Z (about 5 years ago)
- Last Synced: 2024-05-02T01:28:12.518Z (about 2 years ago)
- Language: Ruby
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GCloud Build Fail Demo
This is like a "Hello World" rails app. You should have RVM installed. To setup,
just `cd` into this directory to have RVM build the gemset (install ruby-2.6.5
if you need to), and then run `bundle install`.
Deploy with `./deploy_to_google_cloud.sh`.
Notice that the cloud build fails. To make it succeed, comment out the last line
in `Gemfile` (active scaffold), and then run `bundle install` again to update
the `Gemfile.lock`, and then deploy. It will succeed. The cloud builder
apparently has some kind of permission problem when installing gems from git
repositories.