Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
js-ipfs -> js-ipfs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Sep 15, 2016
1 parent efdb998 commit 21a8db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
steps:
- name: Build
command: docker build -t js-ipfs:$BUILDKITE_COMMIT .
command: docker build -t js-ipfs-api:$BUILDKITE_COMMIT .

- wait

- name: Test NodeJS
command: docker run -it js-ipfs:$BUILDKITE_COMMIT npm test
command: docker run -it js-ipfs-api:$BUILDKITE_COMMIT npm test

- name: Test Browser
command: docker run -it js-ipfs:$BUILDKITE_COMMIT npm run test:browser
command: docker run -it js-ipfs-api:$BUILDKITE_COMMIT npm run test:browser

- wait

Expand Down

0 comments on commit 21a8db1

Please sign in to comment.