From 4107a41d0dac74a54c6c44254dfd1a00fe305746 Mon Sep 17 00:00:00 2001 From: "Cornelius A. Ludmann" Date: Fri, 18 Jun 2021 08:43:59 +0000 Subject: [PATCH] [gitpod-schema] Add deprecation message to prebuild task /werft no-preview --- components/gitpod-protocol/data/gitpod-schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/gitpod-protocol/data/gitpod-schema.json b/components/gitpod-protocol/data/gitpod-schema.json index 43d39c06e02acd..0d11e524f3b136 100644 --- a/components/gitpod-protocol/data/gitpod-schema.json +++ b/components/gitpod-protocol/data/gitpod-schema.json @@ -93,7 +93,8 @@ }, "prebuild": { "type": "string", - "description": "A shell command to run after `before`. This command is executed only on during workspace prebuilds. This command is expected to terminate. If it fails, the workspace build fails." + "description": "A shell command to run after `before`. This command is executed only on during workspace prebuilds. This command is expected to terminate. If it fails, the workspace build fails.", + "deprecationMessage": "Deprecated. Please use `init` task instead. See https://www.gitpod.io/docs/config-start-tasks." }, "command": { "type": "string",