Skip to content

Commit

Permalink
fix: Cat out the value file
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Aug 31, 2019
1 parent e15e1e4 commit 4d83f1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ async function run() {
}
await writeFile("./values.yml", values);

await exec.exec("cat", "./values.yml")

// Actually execute the deployment here.
if (task === "remove") {
await exec.exec("helm", ["delete", release, "--purge"], opts);
Expand Down

0 comments on commit 4d83f1e

Please # to comment.