mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
functions: 0.3.7 release [skip ci]
This commit is contained in:
@@ -14,7 +14,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 docker-build
|
||||
make docker-build
|
||||
|
||||
sed "s/release=.*/release=\"$version\"/g" fn/install.sh > fn/install.sh.tmp
|
||||
mv fn/install.sh.tmp fn/install.sh
|
||||
|
||||
Reference in New Issue
Block a user