Skip to content

Commit 5d4a514

Browse files
committed
fix(integration_tests): remove metadata from artifact upload
1 parent 908f12e commit 5d4a514

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

integration_test/cloudbuild-v1.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,4 @@ artifacts:
144144
objects:
145145
location: 'gs://${_PROJECT_ID}-test-results/${BUILD_ID}'
146146
paths:
147-
- 'integration_test/logs/*.log'
148-
- 'integration_test/generated/.metadata.json'
147+
- 'integration_test/logs/*.log'

integration_test/cloudbuild-v2.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,4 @@ artifacts:
143143
objects:
144144
location: 'gs://${_PROJECT_ID}-test-results/${BUILD_ID}'
145145
paths:
146-
- 'integration_test/logs/*.log'
147-
- 'integration_test/generated/.metadata.json'
146+
- 'integration_test/logs/*.log'

0 commit comments

Comments
 (0)