Skip to content

Commit 3a01d89

Browse files
committed
[circleci] Creating test ghr deployment
1 parent 18e2a36 commit 3a01d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
machine:
22
pre:
33
- sudo apt-get install -y sdcc
4+
- go get github.com/tcnksm/ghr
45
test:
56
override:
67
- ./build-all.sh
@@ -9,6 +10,6 @@ deployment:
910
release:
1011
branch: [master, circleci]
1112
commands:
12-
- go get github.com/tcnksm/ghr
1313
- mkdir -p output/`git describe --tags`/
14+
- mv output/*/*.hex output/`git describe --tags`/
1415
- cd output ; ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` `git describe --tags`/

0 commit comments

Comments
 (0)