Skip to content

Commit

Permalink
Fixing test binary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dgruber committed Dec 29, 2023
1 parent c9cc2fa commit 37d2c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkg/context/docker/dockercontext.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import (
// Docker image, which is used when Run() is called or when RunT() is used
// but the job category is not set in the job template.
type Config struct {
DBFile string
DBFile string
// DefaultDockerImage needs to be pulled before.
DefaultDockerImage string
DefaultTemplate drmaa2interface.JobTemplate
}
Expand Down
2 changes: 0 additions & 2 deletions test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func createProcBuild() (map[string]string, drmaa2interface.JobTemplate, *wfl.Job
"parallel": "../examples/parallel/parallel.go",
"notifier": "../examples/notifier/notifier.go",
"shell": "../examples/shell/shell.go",
"stream": "../examples/stream/stream.go",
"builderPattern": "../examples/builderPattern/builderPattern.go",
"singularity": "../examples/singularity/singularity.go",
}
Expand All @@ -57,7 +56,6 @@ func createDockerBuild(image string) (map[string]string, drmaa2interface.JobTemp
"template": "/go/src/github.com/dgruber/wfl/examples/template/template.go",
"parallel": "/go/src/github.com/dgruber/wfl/examples/parallel/parallel.go",
"shell": "/go/src/github.com/dgruber/wfl/examples/shell/shell.go",
"stream": "/go/src/github.com/dgruber/wfl/examples/stream/stream.go",
"builderPattern": "/go/src/github.com/dgruber/wfl/examples/builderPattern/builderPattern.go",
"singularity": "/go/src/github.com/dgruber/wfl/examples/singularity/singularity.go",
}
Expand Down

0 comments on commit 37d2c09

Please sign in to comment.