Skip to content

Commit

Permalink
[circle] refs skycoin#75 Define all dependece in `publish-github-rele…
Browse files Browse the repository at this point in the history
…ase_32`
  • Loading branch information
Maykel Arias Torres committed Jun 13, 2019
1 parent a94024b commit f1404da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
- run: docker build --build-arg QEMU_PLATFORM --build-arg QEMU_OS=ubuntu --file $GOPATH/src/github.com/skycoin/libskycoin/docker/images/test-arm/Dockerfile $GOPATH/src/github.com/skycoin/libskycoin -t skydev-test

publish-github-release_32:
requires:
- bananapi_m1_plus
- raspberrypi2
- raspberrypi3
- orangepi-plus2
docker:
- image: docker:18.06.0-ce-git
working_directory: $GOPATH/src/github.com/skycoin/libskycoin
Expand All @@ -79,4 +74,9 @@ workflows:
version: 2
arm_test:
jobs:
- publish-github-release_32
- publish-github-release_32:
requires:
- bananapi_m1_plus
- raspberrypi2
- raspberrypi3
- orangepi-plus2

0 comments on commit f1404da

Please sign in to comment.