Skip to content

Commit

Permalink
Removing travis.yaml (#461)
Browse files Browse the repository at this point in the history
* Removing travis.yaml

Signed-off-by: anishakj <[email protected]>

* Removing travis.yml

Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj authored Apr 7, 2022
1 parent 8c4ff1e commit 5fa4795
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 86 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
release:
types:
- created

# jobs to run
jobs:
build:
Expand All @@ -23,6 +23,10 @@ jobs:
with:
go-version: 1.17
id: go
- name: Set up Go for root
run: |
sudo ln -sf `which go` `sudo which go` || true
sudo go version
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Gofmt and License checks
Expand Down
58 changes: 0 additions & 58 deletions .travis.yml

This file was deleted.

7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ifeq (, $(shell which controller-gen))
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
cd $$CONTROLLER_GEN_TMP_DIR ;\
go mod init tmp ;\
go get sigs.k8s.io/controller-tools/cmd/[email protected] ;\
go install sigs.k8s.io/controller-tools/cmd/[email protected] ;\
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
}
CONTROLLER_GEN=$(GOBIN)/controller-gen
Expand All @@ -102,7 +102,7 @@ ifeq (, $(shell which kustomize))
KUSTOMIZE_GEN_TMP_DIR=$$(mktemp -d) ;\
cd $$KUSTOMIZE_GEN_TMP_DIR ;\
go mod init tmp ;\
go get sigs.k8s.io/kustomize/kustomize/[email protected] ;\
go install sigs.k8s.io/kustomize/kustomize/[email protected] ;\
rm -rf $$KUSTOMIZE_GEN_TMP_DIR ;\
}
KUSTOMIZE=$(GOBIN)/kustomize
Expand Down Expand Up @@ -208,6 +208,3 @@ check-format:

check-license:
./scripts/check_license.sh

update-kube-version:
./scripts/update_kube_version.sh ${KUBE_VERSION}
22 changes: 0 additions & 22 deletions scripts/update_kube_version.sh

This file was deleted.

0 comments on commit 5fa4795

Please sign in to comment.