Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
eerr :-\
Browse files Browse the repository at this point in the history
  • Loading branch information
djcas9 committed Apr 16, 2015
1 parent c10dfd7 commit 874ed34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/deploy.sh
Expand Up @@ -74,6 +74,6 @@ if [ "$DRONE_BRANCH" = "$BRANCH" ] && [ "$DRONE_PR" != "true" ]; then
curl -L -o /tmp/github-release.tar.bz2 https://github.com/aktau/github-release/releases/download/v0.5.2/linux-amd64-github-release.tar.bz2
tar jxf /tmp/github-release.tar.bz2 -C /tmp/ && sudo mv /tmp/bin/linux/amd64/github-release /usr/local/bin/github-release

github-release ../release -u mephux -r envdb -t v$(cat .Version) -n "v$(cat .Version)" -d "" || true

cd ..
github-release release -u mephux -r envdb -t v$(cat .Version) -n "v$(cat .Version)" -d "" || true
fi

0 comments on commit 874ed34

Please sign in to comment.