refactor name for release tag arg

multi_adapter
binhex 8 months ago
parent 99911cee8d
commit 0b0bc11670

@ -4,7 +4,7 @@
set -e
# release tag name from build arg, stripped of build ver using string manipulation
release_tag_name="${1//-[0-9][0-9]/}"
RELEASETAG="${1//-[0-9][0-9]/}"
# note do NOT download build scripts - inherited from int script with envvars common defined

Loading…
Cancel
Save