Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Debug CI #263

Closed
wants to merge 1 commit into from
Closed
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
7 changes: 7 additions & 0 deletions pull-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@

set -ex

set
export NO_LAZY_FETCH_ENVIRONMENT=0
git version
git show 6d2f474e1372a612f5248689cfec36c16f6f6e00
git show b18c53581356c52a220a2baf1c8cf3fd9c57dda6
git fetch

# It must be called inside the updated csi-release-tools repo.
CSI_RELEASE_TOOLS_DIR="$(pwd)"

Expand Down
Loading