Skip to content

Commit

Permalink
DEVOPS-104/DEVOPS-101 (RELEASEPATCH)
Browse files Browse the repository at this point in the history
  • Loading branch information
bravecorvus committed Jul 19, 2021
1 parent 055251d commit 0e2beba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
commit=$(git log -1 --pretty=%B | head -n 1)
version=$(echo $(pip_search voiceit2 | aws 'NR==6 {print $5}') | tr "." "\n")
version=$(echo $(pip_search voiceit2 | awk 'NR==6 {print $5}') | tr "." "\n")
set -- $version
major=$1
minor=$2
Expand Down

0 comments on commit 0e2beba

Please sign in to comment.