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

Add cleanup cmds

This commit is contained in:
Selamanse 2019-02-03 00:20:36 +01:00
parent e8987757f4
commit ad1a6fa198

View file

@ -26,6 +26,8 @@ script:
- sleep 15
- $dropletsshcmd "apt-get update -y"
- $dropletsshcmd "apt-get install git -y"
- $dropletsshcmd "rm -rf package_check"
- $dropletsshcmd "rm -rf package"
- $dropletsshcmd "git clone https://github.com/YunoHost/package_check"
- cat test/pkgchk-config | $dropletsshcmd "cat > package_check/config"
- $dropletsshcmd "git clone https://github.com/${TRAVIS_REPO_SLUG} package"