Skip to content

Commit 1f91d41

Browse files
committed
Misc updates
1 parent d94d8e8 commit 1f91d41

File tree

3 files changed

+49
-106
lines changed

3 files changed

+49
-106
lines changed

.circleci/config.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
defaults: &defaults
2+
docker:
3+
- image: circleci/node:8.11.2
4+
15
version: 2
26
jobs:
3-
# Code testing
47
test:
5-
docker:
6-
- image: circleci/node:8.11.1
8+
<<: *defaults
79
steps:
810
- checkout
911
- restore_cache:
@@ -19,11 +21,8 @@ jobs:
1921
root: .
2022
paths:
2123
- dist
22-
23-
# NPM release
2424
release:
25-
docker:
26-
- image: circleci/node:8.11.1
25+
<<: *defaults
2726
steps:
2827
- checkout
2928
- attach_workspace:
@@ -38,12 +37,12 @@ workflows:
3837
- test:
3938
filters:
4039
tags:
41-
only: /v[0-9]+(\.[0-9]+)*/
40+
only: /.*/
4241
- release:
4342
filters:
4443
branches:
4544
ignore: /.*/
4645
tags:
4746
only: /v[0-9]+(\.[0-9]+)*/
4847
requires:
49-
- test
48+
- test

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy