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"