mirror of https://github.com/xemu-project/xemu.git
Revert ".travis.yml: Cache Avocado cache"
This reverts commitc1073e44b4
. The Avocado tests have been removed from Travis a long time ago with commitc5008c76ee
("gitlab: add acceptance testing to system builds"), so we don't need to cache the avocado files here anymore. Message-ID: <20240320104144.823425-4-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
5e279f38c7
commit
6705587adb
|
@ -12,8 +12,6 @@ cache:
|
|||
timeout: 1200
|
||||
ccache: true
|
||||
pip: true
|
||||
directories:
|
||||
- $HOME/avocado/data/cache
|
||||
|
||||
|
||||
# The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
|
||||
|
|
Loading…
Reference in New Issue