From 7d736d9499a7f9227a45364f79cb3522e5c0a0d8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 1 Nov 2022 13:07:45 +0000 Subject: [PATCH] commit b302ea6f8ca7856073d55707909bf7c9d5e1ea5a Author: Robert Kaussow Date: Tue Nov 1 14:04:49 2022 +0100 chore: remove unused purge parameter (#147) --- data/data.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index 2735f9e..eba41ca 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -208,12 +208,6 @@ properties: type: string required: false - purge: - description: Enable cleanup of the docker environment at the end of a build. - defaultValue: true - type: bool - required: false - no_cache: description: Disable the usage of cached intermediate containers. defaultValue: false