Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Run clickhouse container on circle.
Browse files Browse the repository at this point in the history
For running clickhouse tests.
  • Loading branch information
tarzzz authored and briandennis committed Dec 19, 2018
1 parent ae314e5 commit 1c15440
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
- image: circleci/node:8-browsers
- image: quay.io/plotly/falcon-test-spark
- image: quay.io/plotly/falcon-test-db2
- image: quay.io/plotly/falcon-test-clickhouse
environment:
PATH: "/usr/local/opt/curl/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/home/circleci/project/node_modules/.bin"
working_directory: /home/circleci/falcon
Expand Down Expand Up @@ -34,10 +35,10 @@ jobs:
- run: yarn run build
- run: yarn run test
- run: yarn run pack

# create artifacts/ and move installer from release/falcon-sql-client-vM.m.p.tar.gz to artifacts/linux-falcon-vM.m.p.tar.gz
- run: mkdir artifacts
- run: for f in release/falcon-sql-client-*.tar.gz ; do mv $f artifacts/linux-falcon-v${f#release/falcon-sql-client-}; done

- store_artifacts:
path: artifacts

0 comments on commit 1c15440

Please sign in to comment.