Skip to content

Update the ci pipeline - #23

Merged
nickgaray merged 2 commits into
developfrom
update-ci-pipeline
Jul 27, 2026
Merged

Update the ci pipeline#23
nickgaray merged 2 commits into
developfrom
update-ci-pipeline

Conversation

@nickgaray

Copy link
Copy Markdown

Update the ci pipeline to handle snapshot and release branches more accurately
Disable SensorhubTest in settings.gradle

…ccurately

Disable SensorhubTest in settings.gradle
Comment thread .github/workflows/ci-pipeline.yml Outdated

for DIR in ${{ steps.changed.outputs.modules }}; do
if [ -f "$DIR/build.gradle" ] || [ -f "$DIR/build.gradle.kts" ]; then
GRADLE_TASKS="$GRADLE_TASKS :$DIR:publish"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You can use basename GRADLE_TASKS="$GRADLE_TASKS :$(basename "$DIR"):publish" to keep the flat includes and prevent the parent directory from showing up

@nickgaray
nickgaray merged commit 2d7bef9 into develop Jul 27, 2026
1 check passed
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.

3 participants