We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b43f87 commit d4628c1Copy full SHA for d4628c1
README.md
@@ -109,6 +109,10 @@ _Double check the secrets file is uploaded to the bucket and terraform files ref
109
8. Run the first cloud build job that sets up everything in your project
110
111
```bash
112
+# note: enabling apis may lag behind other services
113
+# relying on those apis
114
+# rerun this command if error message reflects the above note
115
+
116
gcloud builds submit --config=first_build.yaml
117
```
118
0 commit comments