1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Improve droplet create

This commit is contained in:
Selamanse 2018-10-19 23:58:25 +02:00
parent f543bfacba
commit 2b85c06828

View file

@ -26,6 +26,7 @@ after_script:
- ${DOCTL} compute ssh-key delete $(${DOCTL} compute ssh-key list | grep ${DROPLET_NAME} | awk -F ' ' '{print $1}') -f
script:
- sleep 2
- $dropletsshcmd "apt-get update -y"
- $dropletsshcmd "apt-get install git -y"
- $dropletsshcmd "git clone https://github.com/YunoHost/package_check"