From 07d8424111ad3bf117b68455ff202452884c533a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 2 Jun 2022 19:55:14 +0000 Subject: [PATCH] commit f2b247463cf9dcb3fa1b4e5a5c0a868e8060b243 Author: Robert Kaussow Date: Thu Jun 2 21:51:35 2022 +0200 chore: remove unused flag remote.url --- data/data.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index e9bdf0c..85a9f08 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -5,11 +5,6 @@ properties: type: bool required: false - drone_remote_url: - description: The git remote url. - type: string - required: false - mirror: description: Use a registry mirror to pull images. type: string @@ -146,7 +141,7 @@ properties: required: false compress: - description: Enable compression og the build context using gzip. + description: Enable compression of the build context using gzip. defaultValue: false type: bool required: false