WIFI-1557

This commit is contained in:
Sean Macfarlane
2021-02-17 12:54:37 -05:00
parent 2850f3b3c4
commit 0a6523a48e
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ jobs:
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
# Use Docker `latest` tag convention
[ "$VERSION" == "master" ] && VERSION=latest
[ "$VERSION" == "master" ] && VERSION=0.0.1-SNAPSHOT
TIMESTAMP=$(date +'%Y-%m-%d')
echo date=$TIMESTAMP > commit.properties
@@ -90,7 +90,7 @@ jobs:
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
# Use Docker `latest` tag convention
[ "$VERSION" == "master" ] && VERSION=latest
[ "$VERSION" == "master" ] && VERSION=0.0.1-SNAPSHOT
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION

View File

@@ -255,7 +255,7 @@ const resolvers = {
profileId,
locationId,
name,
baseMacAddress,
baseMacAddress: { addressAsString: baseMacAddress },
latitude,
longitude,
serial,