Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scripts/fetch-provisioning-tests
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ mkdir -p rancher

# Although using the commit so the image matches the source code, use the default branch associated with that release line
# Git clones must have a branch, and the release branch is likely to contain the commit anyway
GIT_URL=${GIT_URL:-https://github.com/rancher/rancher.git}
GIT_BRANCH=${GIT_BRANCH:-release/v2.12}
# GIT_URL=${GIT_URL:-https://github.com/rancher/rancher.git}
# GIT_BRANCH=${GIT_BRANCH:-release/v2.12}
GIT_URL=${GIT_URL:-https://github.com/tashima42/rancher.git}
GIT_BRANCH=${GIT_BRANCH:-remove-unused-build-scripts}

git clone --depth 1 -b $GIT_BRANCH $GIT_URL ./rancher

Expand Down
6 changes: 3 additions & 3 deletions scripts/provisioning-tests
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ fi
# To be removed/changed once drone setup is removed from rancher/rancher repo.
export DRONE_BUILD_NUMBER=${GITHUB_RUN_NUMBER}

if ! ./scripts/test-run-required.sh; then
exit
fi
# if ! ./scripts/test-run-required.sh; then
# exit
# fi

set -ex

Expand Down
Loading