Skip to content

Conversation

milindl
Copy link
Contributor

@milindl milindl commented Sep 25, 2025

Due to #362

@milindl milindl requested review from a team as code owners September 25, 2025 02:44
@Copilot Copilot AI review requested due to automatic review settings September 25, 2025 02:44
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Fixes a syntax error in the Semaphore CI configuration file's epilogue section.

  • Corrects malformed conditional statement syntax in cache store command
  • Adds debug output for LIBRDKAFKA_COMMIT_HASH variable

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

commands:
- if [[ $(command cache) ]]; then cache store "$LIBRDKAFKA_COMMIT_HASH" deps/librdkafka; done
- echo $LIBRDKAFKA_COMMIT_HASH
- if [[ $(command cache) ]]; then cache store "$LIBRDKAFKA_COMMIT_HASH" deps/librdkafka; fi
Copy link

Copilot AI Sep 25, 2025

Choose a reason for hiding this comment

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

The command cache check may not work as intended. This will always return true if the cache command exists in PATH, regardless of whether caching is available or functional. Consider using command -v cache to check if the cache command exists, or cache --version to verify it's working properly.

Copilot uses AI. Check for mistakes.

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