Skip to content

Commit

Permalink
Add path.
Browse files Browse the repository at this point in the history
  • Loading branch information
garetht committed Aug 1, 2017
1 parent 16913cc commit 9c3de29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ script:
esac
set +ex
before_deploy:
- export RELEASE_BIN=$(stack path --local-install-root)/bin/jsons-to-schema
- stack path
- export RELEASE_BIN=$(stack path --local-install-root $ARGS)/bin/jsons-to-schema
- stack path $ARGS
- echo "Deploying "$RELEASE_BIN" to GitHub"
deploy:
provider: releases
Expand Down

0 comments on commit 9c3de29

Please sign in to comment.