Skip to content

Commit 421f4fc

Browse files
committed
Fix broken link
1 parent d8e2ee8 commit 421f4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

job/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func tearDownDeprecatedDockerIntegration(ctx context.Context, sh *shell.Shell) e
8383
}
8484

8585
// runDockerCommand executes a command inside a docker container that is built as needed
86-
// Ported from https://github.com/buildkite/agent/blob/2b8f1d569b659e07de346c0e3ae7090cb98e49ba/templates/executor.sh#L439
86+
// Ported from https://github.com/buildkite/agent/blob/2b8f1d569b659e07de346c0e3ae7090cb98e49ba/templates/boostrap.sh#L439
8787
func runDockerCommand(ctx context.Context, sh *shell.Shell, cmd []string) error {
8888
jobId, _ := sh.Env.Get("BUILDKITE_JOB_ID")
8989
dockerContainer := fmt.Sprintf("buildkite_%s_container", jobId)

0 commit comments

Comments
 (0)