Skip to content

Commit 3f11a5d

Browse files
author
stsdc
committed
fix deploy
1 parent ca1bbd7 commit 3f11a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ deploy:
3232
name: $TRAVIS_TAG
3333
on:
3434
branch: master
35-
tags: true
35+
tags: true

make_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fpm --input-type dir \
1717
--license "MIT" \
1818
--url "https://github.com/TurtleRover/openocd" \
1919
--version ${VERSION:1} \
20-
--iteration 2 \
20+
--iteration 4 \
2121
--architecture armhf \
2222
--deb-no-default-config-files \
2323
--deb-dist stretch \

0 commit comments

Comments
 (0)