Skip to content

Commit

Permalink
Unify commands and centralize logging
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Aug 31, 2021
1 parent 899c6d2 commit 8b0c76a
Show file tree
Hide file tree
Showing 29 changed files with 1,066 additions and 833 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: npm ci
- name: Run cml-send-comment
run: |
node bin/cml-send-comment.js \
node bin/cml.js send-comment \
--token=${{ github.token }} \
--repo=http://localhost:8000/gitlab/root/test \
--commit-sha=${{ steps.commit.outputs.hash }} \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ WORKDIR ${RUNNER_PATH}

# COMMAND
ENV IN_DOCKER=1
CMD ["cml-runner"]
CMD ["cml"]
45 changes: 0 additions & 45 deletions bin/cml-pr.js

This file was deleted.

25 changes: 0 additions & 25 deletions bin/cml-pr.test.js

This file was deleted.

79 changes: 0 additions & 79 deletions bin/cml-publish.js

This file was deleted.

129 changes: 0 additions & 129 deletions bin/cml-publish.test.js

This file was deleted.

56 changes: 0 additions & 56 deletions bin/cml-send-comment.js

This file was deleted.

Loading

0 comments on commit 8b0c76a

Please sign in to comment.