mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-27 15:08:03 +01:00
Removed un-useful comments
This commit is contained in:
parent
15962481ee
commit
6fa06e5483
1 changed files with 0 additions and 3 deletions
|
@ -51,20 +51,17 @@ templates:
|
|||
jobs:
|
||||
build-linux-node-v6:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:6
|
||||
working_directory: ~/repo-linux-node-v6
|
||||
steps: *build-steps
|
||||
build-linux-node-v8:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:8
|
||||
- image: selenium/standalone-chrome:3.8.1
|
||||
working_directory: ~/repo-linux-node-v8
|
||||
steps: *wdio-steps
|
||||
build-linux-node-v9:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:9
|
||||
working_directory: ~/repo-linux-node-v9
|
||||
steps: *build-steps
|
||||
|
|
Loading…
Reference in a new issue