Skip to content

Commit

Permalink
circleci: upload artifacts to /
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Dec 17, 2019
1 parent ff0af65 commit 6e2b7d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
command: npm run coverage
- store_artifacts:
path: build
destination: /

test-node-v6:
<<: *base
Expand All @@ -106,7 +107,8 @@ jobs:
name: Run image test
command: ./.circleci/test-image.sh
- store_artifacts:
path: build/
path: build
destination: /

test-dash-preview:
docker:
Expand All @@ -121,7 +123,8 @@ jobs:
name: Run dash-preview test
command: ./.circleci/test-dash-preview.sh
- store_artifacts:
path: build/
path: build
destination: /

docker-build-and-push:
docker:
Expand Down Expand Up @@ -251,3 +254,4 @@ jobs:
zip -r artifacts/conda-linux-64.zip ./linux-64
- store_artifacts:
path: artifacts
destination: /

0 comments on commit 6e2b7d5

Please sign in to comment.