File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,14 @@ platforms:
47
47
# => SCP did not finish successfully (255): (Net::SCP::Error)
48
48
transport :
49
49
max_ssh_sessions : 1
50
+ # Use the `develop` image temporarily until the `master` image is available
51
+ # Not changing the name to minimise disruption across all of the formulas
50
52
- name : amazonlinux-2-master-py2
51
53
driver :
52
- image : netmanagers/salt-master -py2:amazonlinux-2
54
+ image : netmanagers/salt-develop -py2:amazonlinux-2
53
55
provision_command :
54
56
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
55
- - sh bootstrap-salt.sh -XdPbfrq -x python2 git master
57
+ - sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
56
58
- name : arch-base-latest-master-py2
57
59
driver :
58
60
image : netmanagers/salt-master-py2:arch-base-latest
You can’t perform that action at this time.
0 commit comments