From e0050d43af9506e3354ed1d79d7dc2ea438e3d66 Mon Sep 17 00:00:00 2001 From: Michael Valdron <14838510+michael-valdron@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:17:24 -0400 Subject: [PATCH] update projects: reduce devfile example --- content/projects.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/content/projects.md b/content/projects.md index 7f750f9..f40893c 100644 --- a/content/projects.md +++ b/content/projects.md @@ -21,7 +21,7 @@ draft: false **Example** ```yaml -schemaVersion: 2.2.0 +schemaVersion: 2.3.0 metadata: name: node displayName: Node.js @@ -38,23 +38,6 @@ components: name: http-3000 protocol: http targetPort: 3000 -commands: - - id: install - exec: - component: runtime - commandLine: npm install - workingDir: ${PROJECT_SOURCE} - group: - kind: build - isDefault: true - - id: run - exec: - component: runtime - commandLine: npm start - workingDir: ${PROJECT_SOURCE} - group: - kind: run - isDefault: true ``` #### Devfile Registry Support Services