Skip to content

Commit 98696ca

Browse files
committed
pass version in from github tag
1 parent 087386b commit 98696ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-production-containers.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/usr/bin/env bash
22

3-
#VERSION=$(grep version api/package.json | awk -F ': ' '{ print $2 }' | sed 's/"//g' | sed 's/,//' )
43
VERSION=$1
5-
echo $VERSION
6-
exit
4+
echo "Building $VERSION"
75

86
# build the API container
97
docker build --push --rm \

0 commit comments

Comments
 (0)