Skip to content

Commit 247f120

Browse files
Merge pull request ppc64le-cloud#549 from Rajalakshmi-Girish/fix-resource-type-failure
Correct the RESOURCE_TYPE value assignment before boskos checkout
2 parents 7691a1a + 7de0972 commit 247f120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/periodic/kubernetes/test-kubernetes-periodics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ periodics:
4646
4747
export PATH=$GOPATH/bin:$PATH
4848
export GO111MODULE=on
49+
RESOURCE_TYPE="powervs-k8s-conformance"
4950
source "./hack/boskos.sh"
5051
5152
make install-deployer-tf
52-
RESOURCE_TYPE="powervs-k8s-conformance"
5353
5454
apt-get update && apt-get install -y ansible
5555

0 commit comments

Comments
 (0)