Skip to content

Commit 92b4c44

Browse files
committed
Update main.go
1 parent 8ad043b commit 92b4c44

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ func runParallel(steps map[string]string, numWorkers int, outputDir, outputFile
130130

131131
fmt.Printf("[%s] [%s] Executing step: %s: %s\n", getTimeStamp(), getColorizedLog("INFO", "green"), name, cmd)
132132
execCmd := exec.Command("sh", "-c", cmd)
133-
execCmd.Dir = workflow.OutputDir
134133

135134
if silent {
136135
execCmd.Stdout = ioutil.Discard
@@ -188,8 +187,6 @@ func runSequential(steps map[string]string, outputDir, outputFile string, silent
188187

189188
fmt.Printf("[%s] [%s] Executing step: %s: %s\n", getTimeStamp(), getColorizedLog("INFO", "green"), stepName, cmd)
190189
execCmd := exec.Command("sh", "-c", cmd)
191-
execCmd.Dir = workflow.OutputDir
192-
193190

194191

195192
if silent {

0 commit comments

Comments
 (0)