Skip to content

Commit

Permalink
feat: updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Nov 13, 2024
1 parent cd712ce commit 1b93a95
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ errcheck:
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"

ci-build-setup:
sudo rm /usr/local/bin/docker-compose
curl -L https://github.com/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > docker-compose
chmod +x docker-compose
sudo mv docker-compose /usr/local/bin
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.20.7/bin/linux/amd64/kubectl
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
bash scripts/gogetcookie.sh

.PHONY: build dist test testacc k3s-start k3s-stop publish vet fmt fmtcheck errcheck ci-build-setup

0 comments on commit 1b93a95

Please sign in to comment.