GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

fix make cluster #30

Closed zsxking closed 4 years ago

zsxking commented 4 years ago

The problem was that .SHELLSTATUS is only available since GNU Make 4.2, but on Cloud Shell it's running 4.1. So switching back to older style.