Drone now grabs mint.json locally

This commit is contained in:
Michael Vines
2018-07-02 16:10:55 -07:00
parent feb1669d39
commit 7d708be121
3 changed files with 14 additions and 7 deletions

View File

@ -53,6 +53,7 @@ export RUST_BACKTRACE=1
[[ $(uname) = Linux ]] && (set -x; sudo sysctl -w net.core.rmem_max=26214400 1>/dev/null 2>/dev/null)
SOLANA_CONFIG_DIR=${SNAP_DATA:-$PWD}/config
SOLANA_CONFIG_PRIVATE_DIR=${SNAP_DATA:-$PWD}/config-private
rsync_url() { # adds the 'rsync://` prefix to URLs that need it
declare url="$1"