Skip to content

Commit 7d77482

Browse files
fix: make private fork version tags compatible
1 parent 679bcf9 commit 7d77482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/singletenancy/cilium-nodesubnet/cilium-nodesubnet-e2e-step-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ steps:
5858
kubectl cluster-info
5959
kubectl get po -owide -A
6060
echo "install Cilium ${CILIUM_VERSION_TAG}"
61-
export DIR=${CILIUM_VERSION_TAG%.*}
61+
export DIR=$(echo ${CILIUM_VERSION_TAG#v} | cut -d. -f1,2)
6262
echo "installing files from ${DIR}"
6363
echo "deploy Cilium ConfigMap"
6464
kubectl apply -f test/integration/manifests/cilium/v${DIR}/cilium-config/cilium-config.yaml

0 commit comments

Comments
 (0)