From bdcdec7c93497b5e60d6acf809d3a60bda6dcdb3 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 9 Dec 2020 01:11:42 +0100 Subject: [PATCH] Remove unused code (#1495) --- pkg/constants/constants.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 0d6ddc9f5..a1df904b4 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -20,9 +20,6 @@ const ( // RootDir is the path to the root directory RootDir = "/" - // WorkspaceDir is the path to the workspace directory - WorkspaceDir = "/workspace" - //KanikoDir is the path to the Kaniko directory KanikoDir = "/kaniko"