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

Fix typo in system.sh script #922

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Fix typo in system.sh script #922

merged 1 commit into from
Oct 24, 2023

Conversation

andy-lang
Copy link
Contributor

Adds an fi to an if statement block - was causing issues with running commands in system.sh (e.g. local_scan), both via web UI and terminal.

@svanrossem
Copy link

@PureTryOut
Copy link
Contributor

Could we add CI that runs shellcheck to make sure mistakes like this don't happen?

@svanrossem
Copy link

Could we add CI that runs shellcheck to make sure mistakes like this don't happen?

These tests already failed; e152f2a. I think failed tests where ignored before tagging 3.69.0. @jaedb any update on this?

@jaedb
Copy link
Owner

jaedb commented Oct 24, 2023

Nice spotting, and yep this is handled by CI. The issue at hand here is that the creation of a release in GitHub is the triggerpoint for the release on PyPi and DockerHub. Always room for improvement, but nice that the CI prevented a broken release from being distributed.

@jaedb jaedb merged commit b571d5f into jaedb:develop Oct 24, 2023
@andy-lang andy-lang deleted the fix/system-script-typo branch October 24, 2023 12:14
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.

4 participants