mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
functions: 0.3.2 release [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
// Version of IronFunctions
|
// Version of IronFunctions
|
||||||
var Version = "0.3.1"
|
var Version = "0.3.2"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
# Install script to install fn
|
# Install script to install fn
|
||||||
|
|
||||||
release="0.3.1"
|
release="0.3.2"
|
||||||
|
|
||||||
command_exists() {
|
command_exists() {
|
||||||
command -v "$@" > /dev/null 2>&1
|
command -v "$@" > /dev/null 2>&1
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
docker build -t iron/functions-lambda:nodejs4.3 .
|
docker build --build-arg HTTP_PROXY -t treeder/functions-lambda:nodejs4.3 .
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
./build.sh
|
./build.sh
|
||||||
docker push iron/functions-lambda:nodejs4.3
|
docker push treeder/functions-lambda:nodejs4.3
|
||||||
|
|||||||
Reference in New Issue
Block a user