Skip to content

Commit 0e2beba

Browse files
committed
DEVOPS-104/DEVOPS-101 (RELEASEPATCH)
1 parent 055251d commit 0e2beba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
commit=$(git log -1 --pretty=%B | head -n 1)
3-
version=$(echo $(pip_search voiceit2 | aws 'NR==6 {print $5}') | tr "." "\n")
3+
version=$(echo $(pip_search voiceit2 | awk 'NR==6 {print $5}') | tr "." "\n")
44
set -- $version
55
major=$1
66
minor=$2

0 commit comments

Comments
 (0)