Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd authored Oct 8, 2022
1 parent 34c8301 commit 666d4e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/cml/asset/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ exports.handler = async (opts) => {
opts.native = true;
}

// const { file, repo, native, asset: path } = opts;
const { file, asset: path } = opts;
// const cml = new CML({ ...opts, repo: native ? repo : 'cml' });
const cml = new CML({ ...opts });
const output = await cml.publish({ ...opts, path });

Expand Down

2 comments on commit 666d4e3

@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

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