Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Remove gitio target (we prefer hex.pm)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Jul 16, 2017
1 parent 2dcfa2e commit b5f0bf5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ push:
archive:
@mix compile && mix archive.build

gitio:
@[ -n "$(VERSION)" ] && \
curl -i https://git.io \
-F "url=https://github.com/edib-tool/mix-edib/releases/download/v$(VERSION)/edib-$(VERSION).ez" \
-F "code=edib-$(VERSION).ez" || \
echo "No version set. (VERSION=x.y.z)"

### README / DOCS

readme:
Expand Down

0 comments on commit b5f0bf5

Please sign in to comment.