Skip to content

Commit

Permalink
script: pull before updating
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
  • Loading branch information
aluzzardi committed Apr 16, 2020
1 parent 424db8c commit 797f45e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .script/update.sh
Expand Up @@ -4,6 +4,8 @@ set -ex

cd "$(dirname "$0")/.."

git pull

binary="$(mktemp /tmp/bl-cli-XXXXXX)"
curl -o "$binary" "https://blocklayer-dev.s3.amazonaws.com/alpha-3/cli/latest/bl-Darwin-x86_64"
chmod +x "$binary"
Expand Down

0 comments on commit 797f45e

Please sign in to comment.