-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9220001
commit 1bffad9
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]'; | ||
|