Skip to content

Commit 8e5f1d1

Browse files
committed
test
1 parent 235fd4b commit 8e5f1d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/check-deploy-needed.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ fi
77

88
source ./tools/config.sh
99

10+
echo "IDF_REPO: $IDF_REPO"
11+
echo "IDF_BRANCH: $IDF_BRANCH"
1012
IDF_COMMIT=`github_last_commit "$IDF_REPO" "$IDF_BRANCH"`
1113

1214
if [ -z $GITHUB_HEAD_REF ]; then

0 commit comments

Comments
 (0)