Skip to content

Commit ffb97af

Browse files
authored
Update config.yml
1 parent 9c557eb commit ffb97af

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ jobs:
2727
- run: go get github.com/eclipse/paho.mqtt.golang
2828
- run: go get go.bug.st/serial
2929
- run: make
30-
- run: sudo apt update
31-
- run: sudo apt install -y upx squashfs-tools && sudo apt-get clean
32-
- run: make upx
33-
- run: make compilesquash
34-
- run: cp OS/Kernel/openwrt-ar71xx-generic-cus531-16M-kernel.bin dist/
30+
# - run: sudo apt update
31+
# - run: sudo apt install -y upx squashfs-tools && sudo apt-get clean
32+
# - run: make upx
33+
# - run: make compilesquash
34+
# - run: cp OS/Kernel/openwrt-ar71xx-generic-cus531-16M-kernel.bin dist/
3535
- run:
3636
name: "Publish Release on GitHub"
3737
command: |
38+
go get github.com/tcnksm/ghr
3839
go install github.com/tcnksm/ghr
3940
VERSION=$(git rev-parse --short HEAD)
4041
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete 1.0.${CIRCLE_BUILD_NUM} dist/

0 commit comments

Comments
 (0)