Skip to content

Commit

Permalink
Fix get release version when BUILD_VERSION is set
Browse files Browse the repository at this point in the history
  • Loading branch information
neelimamukiri committed Mar 30, 2017
1 parent adb07d9 commit aa074b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_latest_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Check if the user requested a specific build
if [[ "$BUILD_VERSION" != "" ]]; then
echo $BUILD_VERSION
exit 0
fi

# Try to get the latest release
Expand Down

0 comments on commit aa074b1

Please sign in to comment.