Skip to content

Commit

Permalink
Merge branch 'master' into release/v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Nov 15, 2024
2 parents e9ebb3c + dc5014e commit 987058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check-deploy-needed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
fi

echo "Current IDF commit: $IDF_COMMIT"
echo "Latest IDF commit in $AR_REPO: $LATEST_LIBS_IDF"
echo "Latest IDF commit in $AR_BRANCH of $AR_REPO: $LATEST_LIBS_IDF"

AR_HAS_COMMIT=`if [ "$LATEST_LIBS_IDF" == "$IDF_COMMIT" ]; then echo "1"; else echo "0"; fi`
AR_HAS_PR=`github_pr_exists "$AR_REPO" "$AR_NEW_BRANCH_NAME"`
Expand Down

0 comments on commit 987058d

Please sign in to comment.