We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5e26b commit 4502ab3Copy full SHA for 4502ab3
1 file changed
cmd/generate-release/cloudbuild.yaml
@@ -98,6 +98,8 @@ steps:
98
99
GIT_SHA="$(</workspace/substitutions/git_sha)"
100
101
+ echo "Cleaning workspace..."
102
+ git clean -fd -e "substitutions/" -e "build-log.txt"
103
echo "Checking out $${GIT_SHA}..."
104
git checkout "$${GIT_SHA}"
105
@@ -138,8 +140,6 @@ steps:
138
140
for TAG in "$${TAGS[@]}"; do
139
141
IMAGES+=("-t" "gcr.io/${PROJECT_ID}/kf-thirdparty:$${TAG}")
142
done
-
- echo "third_party/forked/v2-buildpack-lifecycle/installer/kodata" > .dockerignore
143
docker build \
144
-f ./cmd/generate-release/scripts/Dockerfile.thirdparty \
145
"$${IMAGES[@]}" .
0 commit comments