google-cloud-build-v1 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87cec34b3731a8422b8838c88036bde083c01d8d518bb75a807bbfccfb4ec186
|
|
4
|
+
data.tar.gz: '09a5c66fe71145e489ba71d0f14c2dd191cdebc4f26b0539b88da82543f92914'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d1ea8844ac6b8ddafc48c0320523250b53cbbf767cb84ba91146dbe04993a82c083f15e93f914e51b00f41300df810e0b32a9befdace9c8a9b93b2f55d85e4f
|
|
7
|
+
data.tar.gz: c58f87a4fd938763d066b609e14871062b7e56d24c5c984a46e60d746b81ac64db3d8809cec0fd70172fbaa412cede34687123db854db545fe4371342d7523f6
|
|
@@ -471,9 +471,10 @@ module Google
|
|
|
471
471
|
# Output only. Stores timing information for phases of the build. Valid keys
|
|
472
472
|
# are:
|
|
473
473
|
#
|
|
474
|
-
# * BUILD: time to execute all build steps
|
|
474
|
+
# * BUILD: time to execute all build steps.
|
|
475
475
|
# * PUSH: time to push all specified images.
|
|
476
476
|
# * FETCHSOURCE: time to fetch source.
|
|
477
|
+
# * SETUPBUILD: time to set up build.
|
|
477
478
|
#
|
|
478
479
|
# If the build does not specify source or images,
|
|
479
480
|
# these keys will not be included.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-build-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|