Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ijaz Ahmad
ksonnet
Commits
02d5f89f
Unverified
Commit
02d5f89f
authored
Apr 26, 2018
by
Bryan Liles
Committed by
GitHub
Apr 26, 2018
Browse files
Merge pull request #491 from bryanl/printer-fixes
Printer fixes
parents
08946ced
917c5e80
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
Gopkg.lock
Gopkg.lock
+2
-2
Gopkg.toml
Gopkg.toml
+1
-1
pkg/pipeline/pipeline.go
pkg/pipeline/pipeline.go
+0
-2
No files found.
Gopkg.lock
View file @
02d5f89f
...
...
@@ -277,7 +277,7 @@
"ksonnet-gen/printer"
]
revision = "cd6bc29c939b79f8e3acdd289356b8fbebf09c50"
version = "v0.1.
1
"
version = "v0.1.
2
"
[[projects]]
name = "github.com/magiconair/properties"
...
...
@@ -683,6 +683,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "
52b150f1b6dc5cb0b070e3161194ab302ed6a524834e6dd5177a4c40b64c63bb
"
inputs-digest = "
066e8e0e2eb8273f1f1249c55430ee212d20b3ebe5db9b7070d7e61cf2e61524
"
solver-name = "gps-cdcl"
solver-version = 1
Gopkg.toml
View file @
02d5f89f
...
...
@@ -50,7 +50,7 @@
[[constraint]]
name
=
"github.com/ksonnet/ksonnet-lib"
version
=
"v0.1.
1
"
version
=
"v0.1.
2
"
[[constraint]]
name
=
"github.com/mattn/go-isatty"
...
...
pkg/pipeline/pipeline.go
View file @
02d5f89f
...
...
@@ -18,7 +18,6 @@ package pipeline
import
(
"bytes"
"encoding/json"
"fmt"
"io"
"path/filepath"
"regexp"
...
...
@@ -222,7 +221,6 @@ func (p *Pipeline) moduleObjects(module component.Module, filter []string) ([]*u
uns
,
_
,
err
:=
unstructured
.
UnstructuredJSONScheme
.
Decode
([]
byte
(
patched
),
nil
,
nil
)
if
err
!=
nil
{
fmt
.
Println
(
patched
)
return
nil
,
errors
.
Wrap
(
err
,
"decode unstructured"
)
}
ret
=
append
(
ret
,
uns
)
...
...
Write
Preview
Markdown
is supported
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