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:
parent
f543bfacba
commit
2b85c06828
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue