Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
re-enable commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Aug 31, 2021
1 parent 04f5fd3 commit 66ba0ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/monokube/monokube.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ var commands []string = []string{"pre-build", "build", "pre-deploy", "deploy", "
func Init() {
var packages []Package

err := runBackground(Package{}, "bash", "-c", "ls -al")
os.Exit(0)
// flagDiffCommit := flag.String("diff-commit", "", "Only build/deploy package if changed since provided git commit")
flag.StringVar(flagOutput, "o", "", flagOutputDesc)

Expand Down

0 comments on commit 66ba0ff

Please sign in to comment.