Skip to content

Commit 7bcd8d4

Browse files
committed
Fix CircleCI to create build properly
1 parent 2ffde9a commit 7bcd8d4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: Build RasperryPI3 distro
6161
command: |
6262
mkdir dist/
63-
curl -X POST --data-binary @rpi3 -o dist/rasperrypi3-image.tar http://build.eliot.run/linuxkit/eliot-os/build/rpi3
63+
curl --fail -X POST --data-binary @rpi3.yml http://build.eliot.run/linuxkit/eliot-os-raspberrypi3/build/rpi3 | tar xv -C dist
6464
ghr -token $GITHUB_TOKEN -username $CIRCLE_PROJECT_USERNAME -repository $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG dist/
6565
6666
workflows:
@@ -75,9 +75,6 @@ workflows:
7575
- /.*/
7676

7777
- publish-packages:
78-
requires:
79-
- test
80-
8178
# Don't run when branches updates, only when tags get created
8279
filters:
8380
branches:
@@ -87,9 +84,6 @@ workflows:
8784
- /v.*/
8885

8986
- publish-linuxkit:
90-
requires:
91-
- test
92-
9387
# Don't run when branches updates, only when tags get created
9488
filters:
9589
branches:

0 commit comments

Comments
 (0)