We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06503de commit 72d50f4Copy full SHA for 72d50f4
tools/repository_dispatch.sh
@@ -29,7 +29,7 @@ else
29
commit=""
30
if [ ! "$tag" == "" ] && [ ! "$tag" == "null" ]; then
31
export IDF_TAG="$tag"
32
- if [ ! "$branch" == "" ] && [ ! "$branch" == "null" ]; then
+ elif [ ! "$branch" == "" ] && [ ! "$branch" == "null" ]; then
33
export IDF_BRANCH="$branch"
34
fi
35
0 commit comments