Skip to content

Commit

Permalink
feat: add workspace constants for services and steps (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored Jan 15, 2021
1 parent d3bb371 commit 682d103
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions constants/workspace.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) 2020 Target Brands, Inc. All rights reserved.
//
// Use of this source code is governed by the LICENSE file in this repository.

package constants

// Service and Step workspace paths.
const (
// WorkspaceDefault defines the default workspace path for a service or a step.
WorkspaceDefault = "/vela/src"

// WorkspaceMount defines the mount workspace path for a service or a step.
WorkspaceMount = "/vela"
)

0 comments on commit 682d103

Please sign in to comment.