diff options
author | Oleh Avramenko <77780771+oavramenk@users.noreply.github.com> | 2021-09-02 15:53:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 15:53:48 +0300 |
commit | f2e740c8f150629bb58c736864e381ee84698b73 (patch) | |
tree | 285a55ce5bad68013ecf7fe49307314c0aa27c02 /scripts | |
parent | f29bd466855c3b57a264c34764504c0837ab0eb2 (diff) | |
parent | 5aa5af9390df6eb3bc6cad1d5e9da78d3be030ac (diff) | |
download | meta-updater-f2e740c8f150629bb58c736864e381ee84698b73.tar.gz |
Merge pull request #824 from advancedtelematic/feat/OTA-5671/Disable-cache-checkout-job
OTA-5671: Disable caching for checkout job
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ci/gitlab/checkout.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/ci/gitlab/checkout.yml b/scripts/ci/gitlab/checkout.yml index 28c9177..cde636c 100644 --- a/scripts/ci/gitlab/checkout.yml +++ b/scripts/ci/gitlab/checkout.yml | |||
@@ -5,9 +5,6 @@ | |||
5 | # - CURRENT_PROJECT (will be symlinked instead of pulled) | 5 | # - CURRENT_PROJECT (will be symlinked instead of pulled) |
6 | 6 | ||
7 | image: $BITBAKE_CHECKOUT_IMAGE | 7 | image: $BITBAKE_CHECKOUT_IMAGE |
8 | cache: | ||
9 | paths: | ||
10 | - updater-repo | ||
11 | artifacts: | 8 | artifacts: |
12 | expire_in: "1 day" | 9 | expire_in: "1 day" |
13 | paths: | 10 | paths: |