Updated makefile docker commands (#545)

* Updated makefile docker commands

* Fix

* rename make target
This commit is contained in:
Travis Reeder
2017-02-28 13:19:44 -08:00
committed by Seif Lotfy سيف لطفي
parent 83564387b4
commit 333f648b84
4 changed files with 20 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ perl -i -pe 's/\d+\.\d+\.\K(\d+)/$1+1/e' $version_file
version=$(grep -m1 -Eo "[0-9]+\.[0-9]+\.[0-9]+" $version_file)
echo "Version: $version"
make build-docker
make docker-build
sed "s/release=.*/release=\"$version\"/g" fn/install.sh > fn/install.sh.tmp
mv fn/install.sh.tmp fn/install.sh