Skip to content

Commit

Permalink
Add jq to build script (#38)
Browse files Browse the repository at this point in the history
* Install jq for deploy

* No sudo

* Use apt-get instead of apt

Co-authored-by: William Venner <14863743+WilliamVenner@users.noreply.github.com>
  • Loading branch information
WilliamVenner and WilliamVenner authored Oct 18, 2022
1 parent a70728d commit 5f0b9d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/build
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ if [[ "$DRONE_TAG" != "$version" ]]; then
exit 1
fi

apt-get update
apt-get install jq -y

git checkout .
cargo login "$CARGO_AUTH_KEY"

Expand Down

0 comments on commit 5f0b9d4

Please sign in to comment.