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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Dec 25, 2024

Related: GitHub GH-19

Know quickly what cannot be executed.

Related: GitHub groongaGH-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

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