From 1012afe413fd7096266d771251e09ee4f796b642 Mon Sep 17 00:00:00 2001 From: Will Garcia Date: Fri, 20 Oct 2023 08:31:29 +1000 Subject: [PATCH] feat: add Devfile --- devfile.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devfile.yaml diff --git a/devfile.yaml b/devfile.yaml new file mode 100644 index 0000000..86e4348 --- /dev/null +++ b/devfile.yaml @@ -0,0 +1,10 @@ +schemaVersion: 2.2.0 +metadata: + generateName: coffeeshop-app +projects: + - name: coffeeshop-app + git: + remotes: + origin: "https://github.com/aws-redhat-gameday/coffeeshop-app.git" + checkoutFrom: + revision: main