-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
🏃 hack/setup-envtest.sh: follow-up from #1092 #1097
🏃 hack/setup-envtest.sh: follow-up from #1092 #1097
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelanford The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @camilamacedo86 @vincepri @alvaroaleman @DirectXMan12 @vincepri Just saw your follow-up about copying the header text function. I'll update this PR now. |
Thanks for following up! The changes look great, will tag it once the header text is in |
@vincepri WDYT about removing I was testing it out by running Instead, my terminal exited because We could add this to |
Got it, I don't have time to try today, but I didn't get the same error in a similar cluster api script |
# Setup env vars | ||
KUBEBUILDER_ASSETS=${KUBEBUILDER_ASSETS:-""} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can probably remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually had to keep these if we want to use set -o nounset
in ./hack/check-everything.sh
function fetch_envtest_tools { | ||
SKIP_FETCH_TOOLS=${SKIP_FETCH_TOOLS:-""} | ||
if [ -n "$SKIP_FETCH_TOOLS" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can probably remove this?
d49c192
to
2611c59
Compare
8d19a84
to
a9bd911
Compare
/test pull-controller-runtime-test-master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/milestone v0.6.x |
/retest |
This follows up #1092 to address some of the comments and suggestions.