Skip to content

Commit 7de0972

Browse files
Correct the RESOURCE_TYPE value assignment before boskos checkout
1 parent 7691a1a commit 7de0972

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)