Skip to content

Commit

Permalink
Merge pull request #915 from ExpressGateway/feat/refresh
Browse files Browse the repository at this point in the history
Refresh
  • Loading branch information
XVincentX authored Jun 1, 2019
2 parents fc77679 + b751c7b commit 93679f7
Show file tree
Hide file tree
Showing 4 changed files with 622 additions and 494 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:

steps: *eg-checkout-install

"node-12":
docker:
- image: circleci/node:12-browsers
working_directory: ~/repo

steps: *eg-checkout-install


"node-8-real-redis":
docker:
- image: circleci/node:8-browsers
Expand Down Expand Up @@ -142,6 +150,7 @@ workflows:
tags:
only: /v\d+(\.\d+){2}/
- node-10: *testingFilters
- node-12: *testingFilters
- node-8-real-redis: *testingFilters
- release-npm-docker-image:
filters: &releaseFilters
Expand All @@ -153,6 +162,7 @@ workflows:
- node-8
- node-8-real-redis
- node-10
- node-12
- update-docker-repo: &postNpmPublish
requires:
- release-npm-docker-image
Expand Down
Loading

0 comments on commit 93679f7

Please sign in to comment.