mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Renamed app to scope-app in release script
This commit is contained in:
@@ -61,7 +61,7 @@ build() {
|
||||
fi
|
||||
|
||||
## Run tests with the distributables, including version check
|
||||
v=$(./app/app -version | grep -o '[0-9].*')
|
||||
v=$(./app/scope-app -version | grep -o '[0-9].*')
|
||||
if ! [ "$v" == "$VERSION" ]; then
|
||||
echo "Version of distributable "$v" does not match release version $VERSION" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user