Skip to content

Commit

Permalink
Invert conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
mattolenik committed Mar 9, 2018
1 parent 77f1f78 commit e84ade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:

cideps:
# Download and extract UPX
[ -z "$$CI" ] || curl -sSL ${UPX_URL} | tar xJ --wildcards --strip-components=1 "*/upx"
[ -n "$$CI" ] && curl -sSL ${UPX_URL} | tar xJ --wildcards --strip-components=1 "*/upx"

clean:
rm -rf dist/ vendor/
Expand Down

0 comments on commit e84ade7

Please sign in to comment.