Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
moskyb committed Mar 15, 2023
1 parent 44ae959 commit 93e996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func tearDownDeprecatedDockerIntegration(ctx context.Context, sh *shell.Shell) e
}

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

0 comments on commit 93e996a

Please sign in to comment.