Skip to content

Commit

Permalink
functions/ci_cd: make region tags consistent across languages (#1334)
Browse files Browse the repository at this point in the history
**Motivation:** we're adding [Java](GoogleCloudPlatform/java-docs-samples#2615) and [Python](GoogleCloudPlatform/python-docs-samples#3324) versions of this sample.

Related bug: b/153295209
  • Loading branch information
Ace Nassri authored Apr 10, 2020
1 parent 6ee26cf commit 3329564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/ci_cd/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# [START functions_ci_cd_cloud_build_go]
# [START functions_ci_cd_cloud_build]
steps:
- name: 'mirror.gcr.io/library/golang'
args: ['go', 'version']
Expand All @@ -22,4 +22,4 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
args: ['functions', 'deploy', '[YOUR_DEPLOYED_FUNCTION_NAME]', '[YOUR_FUNCTION_TRIGGER]', '--runtime', '[YOUR_RUNTIME]', '--entry-point', '[YOUR_FUNCTION_NAME_IN_CODE]']
dir: 'functions/autodeploy'
# [END functions_ci_cd_cloud_build_go]
# [END functions_ci_cd_cloud_build]

0 comments on commit 3329564

Please sign in to comment.