Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Sep 21, 2018
1 parent ca1bbd7 commit 3f11a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ deploy:
name: $TRAVIS_TAG
on:
branch: master
tags: true
tags: true
2 changes: 1 addition & 1 deletion make_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fpm --input-type dir \
--license "MIT" \
--url "https://github.com/TurtleRover/openocd" \
--version ${VERSION:1} \
--iteration 2 \
--iteration 4 \
--architecture armhf \
--deb-no-default-config-files \
--deb-dist stretch \
Expand Down

0 comments on commit 3f11a5d

Please sign in to comment.