Skip to content

Commit 71b6b42

Browse files
authored
fix(ci): update default django static bucket name (#13536)
Updates the default bucket name for testing, to help identify assets in testing projects b/418598361
1 parent e2aa540 commit 71b6b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/django/e2e_test_cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ substitutions:
5252
_REGION: us-central1
5353
_ARTIFACT_REGISTRY: cloud-run-source-deploy
5454
_IMAGE_NAME: ${_REGION}-docker.pkg.dev/${PROJECT_ID}/${_ARTIFACT_REGISTRY}/django-${_VERSION}
55-
_STORAGE_BUCKET: ${PROJECT_ID}-bucket-${_VERSION}
55+
_STORAGE_BUCKET: django-static-${PROJECT_ID}-${_VERSION}
5656
_DB_USER: django-${_VERSION}
5757
_DB_NAME: django-${_VERSION}
5858
_DB_INSTANCE: django-instance

run/django/e2e_test_setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ substitutions:
139139
_REGION: us-central1
140140
_ARTIFACT_REGISTRY: cloud-run-source-deploy
141141
_IMAGE_NAME: ${_REGION}-docker.pkg.dev/${PROJECT_ID}/${_ARTIFACT_REGISTRY}/django-${_VERSION}
142-
_STORAGE_BUCKET: ${PROJECT_ID}-bucket-${_VERSION}
142+
_STORAGE_BUCKET: django-static-${PROJECT_ID}-${_VERSION}
143143
_DB_USER: django-${_VERSION}
144144
_DB_NAME: django-${_VERSION}
145145
_DB_INSTANCE: django-instance

0 commit comments

Comments
 (0)