Skip to content

Commit

Permalink
fn: fix automated installer
Browse files Browse the repository at this point in the history
Fixes #420
  • Loading branch information
ucirello committed Dec 13, 2016
1 parent 777a389 commit 72f3ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ echo "Version: $version"

make build-docker

sed "s/release=.*/release=\"$version\"/g" fn/install.sh

git add -u
git commit -m "$service: $version release [skip ci]"
git tag -f -a "$version" -m "version $version"
Expand Down

0 comments on commit 72f3ded

Please sign in to comment.