mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
ci: use shorter version string to allow long JIRA branch names
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4183 GitOrigin-RevId: 8ceab85eca6122fcc51ab9351ee4818b4d8ae4c1
This commit is contained in:
parent
893fb8cd92
commit
08b878bc9f
@ -34,4 +34,4 @@ VERSION="${GIT_TAG_EXACT}"
|
||||
test -n "$VERSION" || VERSION="${GIT_BRANCH}-${GIT_SHA}${GIT_DIRTY}"
|
||||
|
||||
VERSION="$(echo $VERSION | tr -cd '[[:alnum:]]._-')"
|
||||
echo "$VERSION"
|
||||
echo "${VERSION:0:50}"
|
||||
|
Loading…
Reference in New Issue
Block a user