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: Add a test to check if groonga command is executable #20

Merged
merged 4 commits into from
Mar 29, 2025

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Dec 25, 2024

Related: GitHub GH-19

Know quickly what cannot be executed.

if [ ${{ matrix.id }} = "debian" -a "${version}" = "latest" ]; then
tags="${tags},groonga/groonga:latest"
fi

need_push="no"
if [ "${GITHUB_EVENT_NAME}" = "push" ]; then
if [ "${GITHUB_EVENT_NAME}" = "push" && "${GITHUB_REPOSITORY}" = "groonga/docker" ]; then
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if [ "${GITHUB_EVENT_NAME}" = "push" && "${GITHUB_REPOSITORY}" = "groonga/docker" ]; then
if [ "${GITHUB_EVENT_NAME}" = "push" ] && [ "${GITHUB_REPOSITORY}" = "groonga/docker" ]; then

@kou
Copy link
Member

kou commented Mar 29, 2025

Could you rebase on main?

@kou kou merged commit 15e16ee into groonga:main Mar 29, 2025
2 checks passed
@abetomo abetomo deleted the add-tests branch March 29, 2025 03:02
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