Skip to content

Commit

Permalink
reverted full build
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed May 18, 2024
1 parent e755906 commit 4a913a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ for PACKAGE in $BUILD_ORDER; do

done

if $DEPENDENCIES_CHANGED || $NEW_COMMIT || [[ "$VARIANT" == "stable" ]]; then
# if $DEPENDENCIES_CHANGED || $NEW_COMMIT || [[ "$VARIANT" == "stable" ]]; then
if $DEPENDENCIES_CHANGED || $NEW_COMMIT; then

## don't run if CATKIN_IGNORE is present

Expand Down

0 comments on commit 4a913a5

Please sign in to comment.