mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 15:07:41 +00:00
Revert to old config.
This commit is contained in:
+8
-33
@@ -1,6 +1,12 @@
|
|||||||
version: 2
|
version: 2
|
||||||
templates:
|
jobs:
|
||||||
steps: &steps
|
build:
|
||||||
|
docker:
|
||||||
|
# specify the version you desire here
|
||||||
|
- image: node:8
|
||||||
|
- image: selenium/standalone-chrome:3.1.0
|
||||||
|
working_directory: ~/repo
|
||||||
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: "Create artifacts directory"
|
name: "Create artifacts directory"
|
||||||
@@ -24,34 +30,3 @@ templates:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/artifacts
|
path: /tmp/artifacts
|
||||||
destination: /artifacts
|
destination: /artifacts
|
||||||
jobs:
|
|
||||||
build-linux-node-v6:
|
|
||||||
docker:
|
|
||||||
# specify the version you desire here
|
|
||||||
- image: node:6
|
|
||||||
- image: selenium/standalone-chrome:3.1.0
|
|
||||||
working_directory: ~/repo-linux-node-v6
|
|
||||||
steps: *steps
|
|
||||||
build-linux-node-v8:
|
|
||||||
docker:
|
|
||||||
# specify the version you desire here
|
|
||||||
- image: node:8
|
|
||||||
- image: selenium/standalone-chrome:3.1.0
|
|
||||||
working_directory: ~/repo
|
|
||||||
steps: *steps
|
|
||||||
build-linux-node-v9:
|
|
||||||
docker:
|
|
||||||
# specify the version you desire here
|
|
||||||
- image: node:9
|
|
||||||
- image: selenium/standalone-chrome:3.1.0
|
|
||||||
working_directory: ~/repo-linux-node-v9
|
|
||||||
steps: *steps
|
|
||||||
|
|
||||||
workflows:
|
|
||||||
version: 2
|
|
||||||
build:
|
|
||||||
jobs:
|
|
||||||
- build-linux-node-v8
|
|
||||||
# - build-linux-node-v6
|
|
||||||
# - build-linux-node-v9
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user