File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
22
22
include :
23
23
- before_script : hack/ci/setup-openshift.sh && hack/ci/install-buildah.sh
24
24
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
27
27
- before_script : hack/ci/setup-openshift.sh && hack/ci/install-buildah.sh
28
28
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
31
31
services :
32
32
- docker
33
33
- before_script : hack/ci/setup-openshift.sh && hack/ci/install-buildah.sh
34
34
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
37
37
services :
38
38
- docker
39
39
- name : Markdown Link Checker
Original file line number Diff line number Diff line change @@ -104,4 +104,4 @@ test/e2e/helm: test/e2e/helm/docker
104
104
test/e2e/helm/% :
105
105
./hack/tests/e2e-helm.sh --image-builder=$*
106
106
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
You can’t perform that action at this time.
0 commit comments