Skip to content

Commit

Permalink
snapshots and olivaw
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed May 17, 2021
1 parent c5f4dfa commit 76ba817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions bin/cml-pr.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ describe('CML e2e', () => {
test('cml-publish -h', async () => {
const output = await exec(`echo none | node ./bin/cml-pr.js -h`);

expect(output).toMatchInlineSnapshot(`
"Usage: cml-pr.js <glob path> ... <glob path>
Options:
--version Show version number [boolean]
--md Output in markdown format [](url). [boolean]
--repo Specifies the repo to be used. If not specified is extracted
from the CI ENV.
--token Personal access token to be used. If not specified in
extracted from ENV REPO_TOKEN.
--driver If not specify it infers it from the ENV.
[choices: \\"github\\", \\"gitlab\\"]
-h Show help [boolean]
--git-remote [default: \\"origin\\"]
--git-user-email [default: \\"olivaw@iterative.ai\\"]
--git-user-name [default: \\"iterative-olivaw\\"]"
`);
expect(output).toMatchInlineSnapshot();
});
});
2 changes: 1 addition & 1 deletion src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const {
CI
} = process.env;

const GIT_USER_NAME = 'iterative-olivaw';
const GIT_USER_NAME = 'Olivaw[bot]';
const GIT_USER_EMAIL = 'olivaw@iterative.ai';
const GIT_REMOTE = 'origin';
const GITHUB = 'github';
Expand Down

1 comment on commit 76ba817

@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.