Skip to content

Commit 71746ce

Browse files
committed
gcb
1 parent 2c875e0 commit 71746ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/cloud-build/cloudbuild.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ steps:
4040
args:
4141
- -c
4242
- |-
43-
_TEST=$(cat image-digest.txt)
44-
echo $_TEST
43+
echo "digest from file: $(cat image-digest.txt)"
4544
4645
- id: scan
4746
waitFor:

0 commit comments

Comments
 (0)