Skip to content

Commit 08c186b

Browse files
authored
Merge pull request #77 from tpiperatgod/fix_release_0.6
fix the `soureSubPath` issue
2 parents 94dc20c + 419ff5f commit 08c186b

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

functions/async/bindings/cron-input/cron-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
FUNC_CLEAR_SOURCE: "true"
1515
srcRepo:
1616
url: "https://github.com/OpenFunction/samples.git"
17-
sourceSubPath: "functions/Async/bindings/cron-input"
17+
sourceSubPath: "functions/async/bindings/cron-input"
1818
revision: "release-0.6"
1919
serving:
2020
template:

functions/async/bindings/kafka-input/kafka-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
FUNC_CLEAR_SOURCE: "true"
1515
srcRepo:
1616
url: "https://github.com/OpenFunction/samples.git"
17-
sourceSubPath: "functions/Async/bindings/kafka-input"
17+
sourceSubPath: "functions/async/bindings/kafka-input"
1818
revision: "release-0.6"
1919
serving:
2020
runtime: async

functions/async/logs-handler-function/logs-handler-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
# FUNC_GOPROXY: "https://goproxy.cn"
1717
srcRepo:
1818
url: "https://github.com/OpenFunction/samples.git"
19-
sourceSubPath: "functions/Async/logs-handler-function/"
19+
sourceSubPath: "functions/async/logs-handler-function/"
2020
revision: "release-0.6"
2121
serving:
2222
runtime: "async"

functions/async/pubsub/subscriber/function-subscriber.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
# FUNC_GOPROXY: "https://goproxy.cn"
1717
srcRepo:
1818
url: "https://github.com/OpenFunction/samples.git"
19-
sourceSubPath: "functions/Async/pubsub/subscriber"
19+
sourceSubPath: "functions/async/pubsub/subscriber"
2020
revision: "release-0.6"
2121
serving:
2222
runtime: "async"

functions/knative/hello-world-go/function-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
FUNC_CLEAR_SOURCE: "true"
1616
srcRepo:
1717
url: "https://github.com/OpenFunction/samples.git"
18-
sourceSubPath: "functions/Knative/hello-world-go"
18+
sourceSubPath: "functions/knative/hello-world-go"
1919
revision: "release-0.6"
2020
serving:
2121
template:

functions/knative/hello-world-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
GOOGLE_FUNCTION_SIGNATURE_TYPE: "http"
2626
srcRepo:
2727
url: "https://github.com/OpenFunction/samples.git"
28-
sourceSubPath: "functions/Knative/hello-world-java"
28+
sourceSubPath: "functions/knative/hello-world-java"
2929
revision: "release-0.6"
3030
serving:
3131
runtime: knative # default to knative

functions/knative/hello-world-node/commonjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
FUNC_TYPE: "http"
2626
srcRepo:
2727
url: "https://github.com/OpenFunction/samples.git"
28-
sourceSubPath: "functions/Knative/hello-world-node/commonjs"
28+
sourceSubPath: "functions/knative/hello-world-node/commonjs"
2929
revision: "release-0.6"
3030
serving:
3131
runtime: "knative" # default to knative

functions/knative/hello-world-node/commonjs/function-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
FUNC_TYPE: "http"
1616
srcRepo:
1717
url: "https://github.com/OpenFunction/samples.git"
18-
sourceSubPath: "functions/Knative/hello-world-node/commonjs"
18+
sourceSubPath: "functions/knative/hello-world-node/commonjs"
1919
revision: "release-0.6"
2020
serving:
2121
runtime: "knative" # default to knative

functions/knative/hello-world-node/esm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
FUNC_TYPE: "http"
3030
srcRepo:
3131
url: "https://github.com/OpenFunction/samples.git"
32-
sourceSubPath: "functions/Knative/hello-world-node/esm"
32+
sourceSubPath: "functions/knative/hello-world-node/esm"
3333
revision: "release-0.6"
3434
serving:
3535
runtime: "knative" # default to knative

functions/knative/hello-world-node/esm/function-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
FUNC_TYPE: "http"
1616
srcRepo:
1717
url: "https://github.com/OpenFunction/samples.git"
18-
sourceSubPath: "functions/Knative/hello-world-node/esm"
18+
sourceSubPath: "functions/knative/hello-world-node/esm"
1919
revision: "release-0.6"
2020
serving:
2121
runtime: "knative" # default to knative

0 commit comments

Comments
 (0)