mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 07:05:33 +01:00
Revert to old config.
This commit is contained in:
parent
3cab1dc49f
commit
18e7ead78a
1 changed files with 23 additions and 48 deletions
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue