Skip to content

Commit c3efa00

Browse files
Temporarily pin cf cli version to 8.8.3
CF cli have created a new tag [`v8.9.0`](https://github.com/cloudfoundry/cli/releases/tag/v8.9.0) but have not attached the cli binaries to it. Therefore, fetching latest cli fails with `HTTP 404` error, e.g. see https://ci.korifi.cf-app.com/teams/main/pipelines/main/jobs/run-e2es-eks-periodic/builds/11159 To mitigate this, we pin the cli version to the previous release until the issue is solved on the cli side. Co-authored-by: Danail Branekov <[email protected]>
1 parent 62feb38 commit c3efa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bin/golangci-lint:
109109

110110
bin/cf:
111111
mkdir -p $(GOBIN)
112-
curl -fsSL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" \
112+
curl -fsSL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=8.8.3&source=github-rel" \
113113
| tar -zx cf8 \
114114
&& mv cf8 $(GOBIN)/cf \
115115
&& chmod +x $(GOBIN)/cf

0 commit comments

Comments
 (0)