From 0e688f08e9be95096a15f0fcbd525c85edce9c3c Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Fri, 8 Dec 2023 10:41:37 +0100 Subject: [PATCH] test remote build --- func.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/func.yaml b/func.yaml index 0e62e2c..e1782a2 100644 --- a/func.yaml +++ b/func.yaml @@ -2,3 +2,11 @@ specVersion: 0.35.0 name: hello runtime: go created: 2023-12-07T19:54:11.056629+01:00 +build: + git: + url: https://git.le-maire.eu/alemaire/knative-function.git # required, git repository with the function source code + revision: main # optional, git revision to be used (branch, tag, commit) + # contextDir: myfunction # optional, needed only if the function is not located in the repository root folder + buildpacks: [] + builder: "" + buildEnvs: []