We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d889bd + dc81f87 commit 20cb0a0Copy full SHA for 20cb0a0
engine/compiler/compiler.go
@@ -89,8 +89,8 @@ type Compiler struct {
89
// are used when creating the docker network.
90
NetworkOpts map[string]string
91
92
- // NetrcCloneOnly instrucs the compiler to only inject
93
- // the netrc file into the clone setp.
+ // NetrcCloneOnly instructs the compiler to only inject
+ // the netrc file into the clone step.
94
NetrcCloneOnly bool
95
96
// Volumes provides a set of volumes that should be
@@ -105,7 +105,7 @@ type Compiler struct {
105
// applies to pipeline containers.
106
Resources Resources
107
108
- // Tate provides global configration options for tmate
+ // Tate provides global configuration options for tmate
109
// live debugging.
110
Tmate Tmate
111
0 commit comments