Skip to content

Commit

Permalink
harcoded workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed May 23, 2022
1 parent 40d87d6 commit 91b366f
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 @@ -127,8 +127,8 @@ class BitbucketCloud {

async startRunner(opts) {
const { projectPath } = this;
const { workdir, name, labels } = opts;
// const workdir = '/tmp';
const { name, labels } = opts;
const workdir = '/tmp';

try {
const { uuid: accountId } = await this.request({ endpoint: `/user` });
Expand Down

0 comments on commit 91b366f

Please sign in to comment.