Skip to content

Commit

Permalink
ci: use new thanos-ci image to with node.js
Browse files Browse the repository at this point in the history
Signed-off-by: Prem Kumar <prmsrswt@gmail.com>
  • Loading branch information
onprem committed Apr 18, 2020
1 parent ee8b3e0 commit f274590
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ defaults: &defaults
- image: quay.io/thanos/thanos-ci:v0.3.0
jobs:
test:
<<: *defaults
docker:
# Build by Thanos make docker-ci; contains node to run tests on React UI
- image: quay.io/thanos/thanos-ci:v0.4.0-node
working_directory: /go/src/github.com/thanos-io/thanos
environment:
GO111MODULE: 'on'
Expand Down

0 comments on commit f274590

Please sign in to comment.