Skip to content

Commit

Permalink
Fix Semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Feb 9, 2021
1 parent 2a17e86 commit 314936b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .semaphore/semaphore.yml
Expand Up @@ -6,6 +6,11 @@ agent:
type: e1-standard-2
os_image: ubuntu1804

global_job_config:
secrets:
- name: COVERALLS_SHORTFIELD_REPO_TOKEN
- name: NPM_TOKEN

blocks:
- name: Install dependencies
task:
Expand Down Expand Up @@ -51,8 +56,8 @@ blocks:
- npm run cover
- cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js

secrets:
- name: COVERALLS_SHORTFIELD_REPO_TOKEN
#secrets:
# - name: COVERALLS_SHORTFIELD_REPO_TOKEN

promotions:
- name: Deploy
Expand Down

0 comments on commit 314936b

Please sign in to comment.