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

ci: fix some janky ci scripts that prevent posting issues to github #79532

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

rickystewart
Copy link
Collaborator

In a couple places in 82e0b121c715c59cebbb8d53e29edf7952d6913f I
accidentally did $exit_status=$? instead of exit_status=$?, which is
not a proper variable assignment. This was causing these jobs to fail
before they could post issues to GitHub.

Closes #79403.

Release note: None

In a couple places in `82e0b121c715c59cebbb8d53e29edf7952d6913f` I
accidentally did `$exit_status=$?` instead of `exit_status=$?`, which is
not a proper variable assignment. This was causing these jobs to fail
before they could post issues to GitHub.

Closes cockroachdb#79403.

Release note: None
@rickystewart rickystewart requested a review from jordanlewis April 6, 2022 18:59
@rickystewart rickystewart requested a review from a team as a code owner April 6, 2022 18:59
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@mari-crl mari-crl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

give me please
stamp
:lgtm:

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis)

@jordanlewis
Copy link
Member

Thanks a lot Ricky!!

@rickystewart
Copy link
Collaborator Author

bors r=mari-crl

@craig
Copy link
Contributor

craig bot commented Apr 6, 2022

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roachtest: sqllitelogic test no longer files GitHub issues upon failure
4 participants