Skip to content

Commit

Permalink
fix: build fix remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Nov 3, 2019
1 parent 3eda70c commit 59dcf01
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
<<: *job_defaults
steps:
- checkout
- *restore_cache
# - *restore_cache
- run:
name: Install Dependencies
command: npm install --quiet --no-progress
- *save_cache
# - *save_cache
- run:
name: Build Library and App
command: sudo npm run build
Expand All @@ -73,7 +73,7 @@ jobs:
name: Run tests
command: npm test

release:
publish:
<<: *job_defaults
steps:
- *attach_workspace
Expand All @@ -94,19 +94,13 @@ jobs:

workflows:
version: 2
build-test-release:
build-test-publish:
jobs:
- build:
filters:
tags:
only: /.*/
# - test:
# requires:
# - build
# filters:
# tags:
# only: /.*/
- release:
- publish:
requires:
- build
filters:
Expand Down

0 comments on commit 59dcf01

Please sign in to comment.