Skip to content

Commit e7e6316

Browse files
committed
TEST
1 parent 810e9a2 commit e7e6316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-entrypoint-tag.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959
# Find current branch (report HEAD for 'detached HEAD' state).
6060
branch=`git rev-parse --abbrev-ref HEAD`
6161
if [[ "$branch" = master ]]; then
62-
entrypoint=`git rev-list HEAD --not --remotes='origin/release/*' | tail -n1`
62+
entrypoint=`git rev-list HEAD --not --remotes='my/release/*' | tail -n1`
6363
if [[ $entrypoint ]]; then
6464
# Check if entrypoint has annotated tag.
6565
git describe --exact-match $entrypoint &>/dev/null || \

0 commit comments

Comments
 (0)