We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810e9a2 commit e7e6316Copy full SHA for e7e6316
tools/check-entrypoint-tag.sh
@@ -59,7 +59,7 @@ fi
59
# Find current branch (report HEAD for 'detached HEAD' state).
60
branch=`git rev-parse --abbrev-ref HEAD`
61
if [[ "$branch" = master ]]; then
62
- entrypoint=`git rev-list HEAD --not --remotes='origin/release/*' | tail -n1`
+ entrypoint=`git rev-list HEAD --not --remotes='my/release/*' | tail -n1`
63
if [[ $entrypoint ]]; then
64
# Check if entrypoint has annotated tag.
65
git describe --exact-match $entrypoint &>/dev/null || \
0 commit comments