mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge branch 'chad-gitlab-url-change' into 'master'
Chad gitlab url change See merge request !28
This commit is contained in:
2
fn/Gopkg.lock
generated
2
fn/Gopkg.lock
generated
@@ -181,7 +181,7 @@ memo = "9e1d9db05f14e4fcb5786440592f93e0baab3f6b9ef00fc46cb39da2dd0d5fce"
|
||||
version = "v1.19.1"
|
||||
|
||||
[[projects]]
|
||||
name = "gitlab.oracledx.com/odx/functions"
|
||||
name = "gitlab-odx.oracle.com/odx/functions"
|
||||
packages = ["api/version"]
|
||||
revision = "37b53a5820fd2f10a1afa3b04e2423408828afb5"
|
||||
version = "0.3.7"
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
"gitlab.oracledx.com/odx/functions/fn/langs"
|
||||
"gitlab-odx.oracle.com/odx/functions/fn/langs"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
"gitlab.oracledx.com/odx/functions/fn/langs"
|
||||
"gitlab-odx.oracle.com/odx/functions/fn/langs"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
functions "github.com/iron-io/functions_go"
|
||||
"github.com/urfave/cli"
|
||||
vers "gitlab.oracledx.com/odx/functions/api/version"
|
||||
vers "gitlab-odx.oracle.com/odx/functions/api/version"
|
||||
)
|
||||
|
||||
var aliases = map[string]cli.Command{
|
||||
@@ -37,7 +37,7 @@ func newFn() *cli.App {
|
||||
app.Version = vers.Version
|
||||
app.Authors = []cli.Author{{Name: "Oracle Corporation"}}
|
||||
app.Description = "Oracle Functions command line tools"
|
||||
app.UsageText = `Check the manual at https://gitlab.oracledx.com/odx/functions/blob/master/fn/README.md`
|
||||
app.UsageText = `Check the manual at https://gitlab-odx.oracle.com/odx/functions/blob/master/fn/README.md`
|
||||
|
||||
cli.AppHelpTemplate = `{{.Name}} {{.Version}}{{if .Description}}
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
set -ex
|
||||
|
||||
cd lambda
|
||||
./release.sh
|
||||
cd ..
|
||||
#cd lambda
|
||||
#./release.sh
|
||||
#cd ..
|
||||
|
||||
make dep
|
||||
make release
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"net/url"
|
||||
"os"
|
||||
|
||||
vers "gitlab.oracledx.com/odx/functions/api/version"
|
||||
vers "gitlab-odx.oracle.com/odx/functions/api/version"
|
||||
functions "github.com/iron-io/functions_go"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user