Skip to content

Commit 9e4fab7

Browse files
committed
fix: test
1 parent bb317f5 commit 9e4fab7

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/ci/4_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ COMMANDS_TO_RUN+=('echo 4_script.sh ...')
22
COMMANDS_TO_RUN+=('echo run tests')
33
#COMMANDS_TO_RUN+=('yarn run ci:e2e')
44
#COMMANDS_TO_RUN+=('yarn run ci:test')
5+
#COMMANDS_TO_RUN+=('echo Generate coverage info and deploy it to coveralls.io')
6+
#COMMANDS_TO_RUN+=('cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js')

scripts/ci/5_deploy.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
COMMANDS_TO_RUN+=('echo 5_deploy.sh ...')
22

3-
COMMANDS_TO_RUN+=('echo Generate coverage info and deploy it to coveralls.io')
4-
COMMANDS_TO_RUN+=('cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js')
5-
63
COMMANDS_TO_RUN+=('echo Copy ci files for prevent errors when deploying')
74
COMMANDS_TO_RUN+=('cp .travis.yml ./dist')
85
COMMANDS_TO_RUN+=('cp -r .circleci ./dist')
@@ -14,4 +11,4 @@ COMMANDS_TO_RUN+=('git pull github $BRANCH')
1411
COMMANDS_TO_RUN+=('yarn run compodoc')
1512

1613
COMMANDS_TO_RUN+=('bash scripts/bash_runner.sh scripts/gitlab_sync.sh')
17-
COMMANDS_TO_RUN+=('bash scripts/bash_runner.sh scripts/docker_hub.sh')
14+
COMMANDS_TO_RUN+=('bash scripts/bash_runner.sh scripts/docker_hub.sh')

0 commit comments

Comments
 (0)