mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Don't wait for user input on install_ubuntu_git_deps()
This commit is contained in:
parent
eb625048c7
commit
d99c5a124a
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ before_install:
|
|||
- (sudo ./bootstrap-salt-minion.sh stable && salt-minion --versions-report && sudo apt-get remove salt-common salt-minion) || exit 1
|
||||
- (sudo ./bootstrap-salt-minion.sh daily && salt-minion --versions-report && sudo apt-get remove salt-common salt-minion) || exit 1
|
||||
|
||||
script: (sudo ./bootstrap-salt-minion.sh git develop && salt --versions-report) || exit 1
|
||||
script: (/bin/echo -e '\nInstalling from GIT' && sudo ./bootstrap-salt-minion.sh git develop && salt --versions-report) || exit 1
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
|
@ -505,7 +505,7 @@ install_ubuntu_daily_deps() {
|
|||
install_ubuntu_git_deps() {
|
||||
apt-get update
|
||||
__apt_get_noinput python-software-properties
|
||||
add-apt-repository ppa:saltstack/salt
|
||||
add-apt-repository -y ppa:saltstack/salt
|
||||
apt-get update
|
||||
__apt_get_noinput git-core python-yaml python-m2crypto python-crypto msgpack-python python-zmq python-jinja2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue