mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
remove pypi.c7 from tests
This commit is contained in:
parent
319b811f2f
commit
2659b8b03e
@ -12,9 +12,7 @@ provisioner:
|
||||
name: salt_solo
|
||||
salt_install: pip
|
||||
pip_pkg: <%= ENV['SALT_SDIST_PATH'] || 'salt' %>
|
||||
pip_index_url: https://pypi.c7.saltstack.net/simple
|
||||
pip_extra_index_url:
|
||||
- https://pypi.python.org/simple
|
||||
pip_index_url: <%= ENV['SALT_INDEX_URL'] || 'https://pypi.python.org/simple' %>
|
||||
require_chef: false
|
||||
formula: states
|
||||
<% if File.exists?('provisioner.yml') %>
|
||||
|
Loading…
Reference in New Issue
Block a user