Skip to content

Commit

Permalink
Merge branch 'sebastian/prod-2721-think-up-a-test-strategy-for-plural…
Browse files Browse the repository at this point in the history
…-up' of github.com:pluralsh/plural-cli into sebastian/prod-2721-think-up-a-test-strategy-for-plural-up
  • Loading branch information
floreks committed Nov 27, 2024
2 parents 4ca7ef3 + aeacc59 commit b78f089
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed az-test
Binary file not shown.
1 change: 0 additions & 1 deletion pkg/up/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func (tf *terraformCmd) outputs() (map[string]Output, error) {

func (tf *terraformCmd) run() (err error) {
for tf.retries >= 0 {
fmt.Println(tf.dir, tf.cmd, tf.args)
args := append([]string{tf.cmd}, tf.args...)
cmd := exec.Command("terraform", args...)
cmd.Dir = tf.dir
Expand Down

0 comments on commit b78f089

Please sign in to comment.