├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── cloudbuild.yaml └── helloworld.sh /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudBuild/gcbapp-example/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudBuild/gcbapp-example/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudBuild/gcbapp-example/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudBuild/gcbapp-example/HEAD/README.md -------------------------------------------------------------------------------- /cloudbuild.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudBuild/gcbapp-example/HEAD/cloudbuild.yaml -------------------------------------------------------------------------------- /helloworld.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoogleCloudBuild/gcbapp-example/HEAD/helloworld.sh --------------------------------------------------------------------------------