Skip to content

Commit

Permalink
/tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed May 23, 2022
1 parent ae75da2 commit 1487d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/bitbucket_cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class BitbucketCloud {
const os = process.platform === 'darwin' ? 'macos' : 'linux';
// if (os === 'linux') {
// await exec(`
// sudo tee /usr/bin/retry << 'EOF'
// tee /usr/bin/retry << 'EOF'
// #!/bin/bash
// exec env GIT_LFS_SKIP_SMUDGE=1 "$\{@:2}"
// EOF'
Expand All @@ -164,7 +164,7 @@ class BitbucketCloud {
-Dbitbucket.pipelines.runner.uuid=${uuid} \
-Dbitbucket.pipelines.runner.oauth.client.id=${id} \
-Dbitbucket.pipelines.runner.oauth.client.secret=${secret} \
-Dbitbucket.pipelines.runner.directory.working=./temp \
-Dbitbucket.pipelines.runner.directory.working=/tmp \
-Dbitbucket.pipelines.runner.runtime=${os}-bash \
-Dbitbucket.pipelines.runner.docker.uri=unix:///var/run/docker.sock \
-Dbitbucket.pipelines.runner.scheduled.state.update.initial.delay.seconds=0 \
Expand Down

1 comment on commit 1487d42

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.