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 docker-api-install.sh #36

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Fix docker-api-install.sh #36

merged 1 commit into from
Oct 24, 2024

Conversation

bloodearnest
Copy link
Member

@bloodearnest bloodearnest commented Oct 24, 2024

Due to how the test .. && .. was constructed, it failed with exit code 1 when UPGRADE was not set.
Added test coverage for that case, and fixed to use if; else rather than
test && ... to avoid the failing exit code.

I am unsure why this suddenly started failing, but possibly to do with
the removal of the /var/apt/lists commit in the last PR.

Due to how the test was constructed, it failed when UPGRADE was not set.
Added a test for that case, and fixed to use `if; else` rather than
`test && ...` to avoid the failing exit code

I am unsure why this suddenly started failing, but possibly to do with
the removal of the /var/apt/lists commit in the last PR.
@bloodearnest bloodearnest merged commit 0ec53cc into main Oct 24, 2024
1 check passed
@bloodearnest bloodearnest deleted the fix-install branch October 24, 2024 10:31
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.

2 participants