Skip to content

Commit

Permalink
fix: cloud build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoReboul committed Feb 18, 2021
1 parent 07dbf31 commit 44be76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/gcb/meth_triggerdeployment_deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func (triggerDeployment *TriggerDeployment) getInstanceDeploymentBuild() *cloudb

step2.Id = "build a fresh ram cli"
step2.Name = "golang"
step2.Args = []string{"go", "build", "'-mod=mod'", "ram.go"}
step2.Args = []string{"go", "build", "-mod=mod", "ram.go"}
steps = append(steps, &step2)

step3.Id = "display ram executable info"
Expand Down

0 comments on commit 44be76d

Please sign in to comment.