mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Removes root passwd creation
This commit is contained in:
parent
6d7848dc1e
commit
722b33048f
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ language: node_js
|
|||
before_install:
|
||||
- sudo apt-get install git dialog
|
||||
- git clone https://github.com/YunoHost/install_script /tmp/install_script
|
||||
- echo -e "yunorootpass_${TRAVIS_BUILD_ID}\nyunorootpass_${TRAVIS_BUILD_ID}" | passwd root
|
||||
- cd /tmp/install_script && sudo ./install_yunohost
|
||||
- git clone https://github.com/YunoHost/package_linter /tmp/packge_linter
|
||||
|
||||
|
|
Loading…
Reference in a new issue