Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
b8bcf7d5
Unverified
Commit
b8bcf7d5
authored
3 years ago
by
TzlilSwimmer123
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix: docker build failure (#551)
parent
3a78d0e7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
cmd/root.go
+1
-1
cmd/root.go
main.go
+2
-1
main.go
pkg/deploymentConfig/default.go
+0
-0
pkg/deploymentConfig/default.go
pkg/deploymentConfig/dev.go
+0
-0
pkg/deploymentConfig/dev.go
pkg/deploymentConfig/production.go
+0
-0
pkg/deploymentConfig/production.go
pkg/deploymentConfig/staging.go
+0
-0
pkg/deploymentConfig/staging.go
with
3 additions
and
2 deletions
+3
-2
cmd/root.go
+
1
-
1
View file @
b8bcf7d5
...
...
@@ -12,8 +12,8 @@ import (
schema_validator
"github.com/datreeio/datree/cmd/schema-validator"
"github.com/datreeio/datree/cmd/test"
"github.com/datreeio/datree/cmd/version"
"github.com/datreeio/datree/internal/deploymentConfig"
"github.com/datreeio/datree/pkg/cliClient"
"github.com/datreeio/datree/pkg/deploymentConfig"
"github.com/datreeio/datree/pkg/executor"
"github.com/datreeio/datree/pkg/fileReader"
"github.com/datreeio/datree/pkg/jsonSchemaValidator"
...
...
This diff is collapsed.
Click to expand it.
main.go
+
2
-
1
View file @
b8bcf7d5
...
...
@@ -5,9 +5,10 @@ import (
"fmt"
"os"
"github.com/datreeio/datree/pkg/deploymentConfig"
"github.com/datreeio/datree/pkg/networkValidator"
"github.com/datreeio/datree/internal/deploymentConfig"
"github.com/datreeio/datree/pkg/cliClient"
"github.com/datreeio/datree/pkg/localConfig"
"github.com/datreeio/datree/pkg/printer"
...
...
This diff is collapsed.
Click to expand it.
internal
/deploymentConfig/default.go
→
pkg
/deploymentConfig/default.go
+
0
-
0
View file @
b8bcf7d5
File moved
This diff is collapsed.
Click to expand it.
internal
/deploymentConfig/dev.go
→
pkg
/deploymentConfig/dev.go
+
0
-
0
View file @
b8bcf7d5
File moved
This diff is collapsed.
Click to expand it.
internal
/deploymentConfig/production.go
→
pkg
/deploymentConfig/production.go
+
0
-
0
View file @
b8bcf7d5
File moved
This diff is collapsed.
Click to expand it.
internal
/deploymentConfig/staging.go
→
pkg
/deploymentConfig/staging.go
+
0
-
0
View file @
b8bcf7d5
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help