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

Commit

Permalink
fixing asset uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jul 26, 2017
1 parent de2941a commit 6d63810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/engine_golang.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (g *engineGolang) DependenciesStep() error {
}

func (g *engineGolang) CompileStep() error {
if g.Config.GetBool("engine_disable_compile") {
if !g.Config.GetBool("engine_disable_compile") {
//cmd directory is optional. check if it exists first.
if !utils.FileExists(path.Join(g.PipelineData.GitLocalPath, "cmd")) {
return nil
Expand Down

0 comments on commit 6d63810

Please sign in to comment.