Skip to content

Commit

Permalink
temp(KONFLUX-2547): PR with support fr that still not merged konflux-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutar committed Apr 8, 2024
1 parent 1711e9f commit 9a899c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ echo "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com" >"${GIT_CREDS_PATH}"

cd "$(mktemp -d)"

git clone --branch main "https://${GITHUB_TOKEN}@github.com/redhat-appstudio/e2e-tests.git" .
###git clone --branch main "https://${GITHUB_TOKEN}@github.com/redhat-appstudio/e2e-tests.git" .
git clone --branch fix15 "https://${GITHUB_TOKEN}@github.com/jhutar/e2e-tests.git" .

set -x
if [ "$JOB_TYPE" == "presubmit" ] && [[ "$JOB_NAME" != rehearse-* ]]; then
Expand Down

0 comments on commit 9a899c6

Please sign in to comment.