diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-11-08 23:19:15 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-11-09 18:34:21 +0100 |
commit | 7433a6860bee36d570c69720760238252a92090b (patch) | |
tree | 7cf5c3868ac04c6409bf312f26f79487e0ee90a1 /.gitlab-ci.yml | |
parent | dccaea2514007dd526a54038ffcaef5fb9c95c0c (diff) |
gitlab-ci: Drop generic cache rule
This cache rule is meant for Avocado artifacts, but affects
all jobs. Moreover the 'acceptance_template' template already
include a more detailled rule to cache artifacts.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201108221925.2344515-2-philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b15ae5c30..5763318d37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,6 @@ stages: - build - test -# We assume GitLab has it's own caching set up for RPM/APT repositories so we -# just take care of avocado assets here. -cache: - paths: - - $HOME/avocado/data/cache - include: - local: '/.gitlab-ci.d/edk2.yml' - local: '/.gitlab-ci.d/opensbi.yml' |