Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
mohaijiang committed Jan 29, 2023
1 parent 03ed70d commit f9b5084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ func (e *Executor) Execute(id int, job *model2.Job) error {
ah = action.NewPinataIpfsAction(step, ctx, jobWrapper.Output)
} else if step.Uses == "hamster-artifactory" {
ah = action.NewArtifactoryAction(step, ctx, jobWrapper.Output)
} else if step.Uses == "deploy-contract" {
ah = action.NewTruffleDeployAction(step, ctx, jobWrapper.Output)
//} else if step.Uses == "deploy-contract" {
// ah = action.NewTruffleDeployAction(step, ctx, jobWrapper.Output)
} else if step.Uses == "sol-profiler-check" {
ah = action.NewSolProfilerAction(step, ctx, jobWrapper.Output)
} else if step.Uses == "solhint-check" {
Expand Down

0 comments on commit f9b5084

Please sign in to comment.