File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.tekton/integration-tests/pipeline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ spec:
295295 curl -sL -o oc.tar.gz https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest-4.19/openshift-client-linux-amd64-rhel9.tar.gz
296296 tar -xzf oc.tar.gz && chmod +x kubectl oc && mv oc kubectl /usr/local/bin/
297297 echo "[e2e] 4/8 Parsing SNAPSHOT (length ${#SNAPSHOT} chars)..."
298- REPO_URL=$(echo "$SNAPSHOT" | jq -r --arg n "lightspeed-stack" '.components[] | select(.name == $n) | .source.git.url // " https://github.com/radofuchs/lightspeed-stack.git"')
299- REPO_REV=$(echo "$SNAPSHOT" | jq -r --arg n "lightspeed-stack" '.components[] | select(.name == $n) | .source.git.revision // " lcore-1221-konflux-e2e-tests"')
298+ REPO_URL=" https://github.com/radofuchs/lightspeed-stack.git"
299+ REPO_REV=" lcore-1221-konflux-e2e-tests"
300300 echo "[e2e] 5/8 Clone $REPO_URL @ $REPO_REV"
301301 git clone -q "$REPO_URL" /workspace/lightspeed-stack
302302 cd /workspace/lightspeed-stack && git fetch origin "$REPO_REV" && git checkout -q "$REPO_REV"
You can’t perform that action at this time.
0 commit comments