diff options
Diffstat (limited to 'client/hooks/post_push')
| -rwxr-xr-x | client/hooks/post_push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/hooks/post_push b/client/hooks/post_push index 74c19dd..81fc86c 100755 --- a/client/hooks/post_push +++ b/client/hooks/post_push @@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge" if git describe --exact-match --abbrev=0 2> /dev/null; then add_tag "${CLOSEST_MAJOR_VER}" add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}" -fi
\ No newline at end of file +fi |