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