Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 30, 2021
1 parent 9220001 commit 1bffad9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ const Github = require('./drivers/github');
const BitbucketCloud = require('./drivers/bitbucket_cloud');
const { upload, exec, watermarkUri } = require('./utils');

const {
GITHUB_REPOSITORY,
CI_PROJECT_URL,
BITBUCKET_REPO_UUID,
CI
} = process.env;
const { GITHUB_REPOSITORY, CI_PROJECT_URL, BITBUCKET_REPO_UUID, CI } =
process.env;

const GIT_USER_NAME = 'Olivaw[bot]';
const GIT_USER_EMAIL = '[email protected]';
Expand Down

0 comments on commit 1bffad9

Please sign in to comment.