Skip to content

Commit 5f675b5

Browse files
author
Radovan Fuchs
committed
use repo url, not main
1 parent 8f55e44 commit 5f675b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/integration-tests/pipeline/lightspeed-stack-integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)