startup-os
startup-os copied to clipboard
Error: "Project startup-os has been deleted" on build
Error running build.sh on Google Cloud Shell.
F0621 21:42:22.449217 1485 __main__.py:127] Error pulling and saving image gcr.io/startup-os/alpine-java-git@sha256:d27494f6034ff3cd38bd2cde9bfea019f568565d2bb14d2d450a44cd891cf28c: Bad status during token exchange: 403
{"errors":[{"code":"DENIED","message":"Project startup-os has been deleted."}]}
Steps to reproduce:
- Navigate to https://github.com/google/startup-os
- Click on the first "Open in Google Cloud Shell" button
- wait for shell to start
- On the command line, enter
./build.sh✔️ Expected behavior: No error. Build completes. ❌ Actual behavior:"code":"DENIED"error
I think this is related to https://github.com/google/startup-os/issues/581 and @oferb leaving Google
I think the CI is also affected, since it uses the hasadna repo which also fetched some startup-os data https://github.com/hasadna/monorepo/blob/master/WORKSPACE#L183-L195