Skip to content

Commit 5a91115

Browse files
committed
remove incorrect make recipes
1 parent e16d2b7 commit 5a91115

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: .travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
include:
2323
- before_script: hack/ci/setup-openshift.sh && hack/ci/install-buildah.sh
2424
env: CLUSTER=openshift
25-
script: travis_wait 20 make test/ci-go/buildah
26-
name: Go on OpenShift (buildah)
25+
script: travis_wait 20 make test/ci-go
26+
name: Go on OpenShift
2727
- before_script: hack/ci/setup-openshift.sh && hack/ci/install-buildah.sh
2828
env: CLUSTER=openshift
29-
script: make test/ci-ansible/buildah
30-
name: Ansible on OpenShift (buildah)
29+
script: make test/ci-ansible
30+
name: Ansible on OpenShift
3131
services:
3232
- docker
3333
- before_script: hack/ci/setup-openshift.sh && hack/ci/install-buildah.sh
3434
env: CLUSTER=openshift
35-
script: make test/ci-helm/buildah
36-
name: Helm on OpenShift (buildah)
35+
script: make test/ci-helm
36+
name: Helm on OpenShift
3737
services:
3838
- docker
3939
- name: Markdown Link Checker

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ test/e2e/helm: test/e2e/helm/docker
104104
test/e2e/helm/%:
105105
./hack/tests/e2e-helm.sh --image-builder=$*
106106

107-
.PHONY: test/e2e test/e2e/buildah test/e2e/go test/e2e/ansible test/e2e/helm test/ci-go test/ci-ansible test/ci-helm
107+
.PHONY: test/e2e test/e2e/buildah test/e2e/go test/e2e/ansible test/e2e/helm

0 commit comments

Comments
 (0)