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

Commit

Permalink
Alter the balfile path to support docker builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnudeep authored and Mirage20 committed Jun 27, 2019
1 parent 431952f commit 23cc666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/cli/pkg/commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ func RunBuild(tag string, fileName string) {
}
}

//balFileName := filepath.Base(tempBuildFileName)
re := regexp.MustCompile(`[0-9a-zA-Z_\-. ]+/target/[0-9a-zA-Z_\-. ]+$`)
balFilePath := re.FindString(tempBuildFileName)
cmd = exec.Command("docker", "exec", "-w", "/home/cellery/src", "-u", cliUser.Uid,
Expand Down

0 comments on commit 23cc666

Please sign in to comment.