Skip to content

Commit 9b6817b

Browse files
Do not include binaries in third_party image - just source code (#1109)
## Proposed Changes * `Changed` `kf_thirdparty` container image to not contain any leftovers from working directory. This image is used as a base image for all Kf components.
2 parents 296b373 + 4502ab3 commit 9b6817b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/generate-release/cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ steps:
9898
9999
GIT_SHA="$(</workspace/substitutions/git_sha)"
100100
101+
echo "Cleaning workspace..."
102+
git clean -fd -e "substitutions/" -e "build-log.txt"
101103
echo "Checking out $${GIT_SHA}..."
102104
git checkout "$${GIT_SHA}"
103105

0 commit comments

Comments
 (0)