Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a990648

Browse filesBrowse files
committed
chore(ci): fix circleci yml
1 parent 7c4e235 commit a990648
Copy full SHA for a990648

File tree

Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Open diff view settings
Collapse file

‎.circleci/config.yml‎

Copy file name to clipboardExpand all lines: .circleci/config.yml
+10-1Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,19 @@ map-2: &filter_only_tag
1515
orbs:
1616
v1: aurelia/v1@volatile
1717

18+
executors:
19+
docker-circleci:
20+
parameters:
21+
node:
22+
type: string
23+
default: "15.4.0"
24+
docker:
25+
- image: "circleci/node:<< parameters.node >>-buster-browsers"
26+
1827
workflows:
1928
main:
2029
jobs:
21-
- v1/build_test
30+
- v1/build_test:
2231
use_jspm: false
2332
- v1/build_merge:
2433
<<: *filter_only_develop

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.