Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 061b046

Browse files
Merge pull request #5 from literallycanvas/chore/status
chore: remove github status for now
2 parents 7dcb067 + e5b44d6 commit 061b046

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
- run:
6363
name: Test
6464
command: yarn test
65-
- run:
66-
name: Post status to GitHub
67-
command: |
68-
npx cross-ci :run \
69-
npx commit-status success Version "'\${BUILD_VERSION}'"
65+
# - run:
66+
# name: Post status to GitHub
67+
# command: |
68+
# npx cross-ci :run \
69+
# npx commit-status success Version "'\${BUILD_VERSION}'"
7070
- run:
7171
name: Release
7272
command: yarn release

0 commit comments

Comments
 (0)