diff options
author | Oleh Avramenko <ext-oleh.avramenko@here.com> | 2021-09-02 13:56:47 +0300 |
---|---|---|
committer | Oleh Avramenko <ext-oleh.avramenko@here.com> | 2021-09-02 13:57:53 +0300 |
commit | 5aa5af9390df6eb3bc6cad1d5e9da78d3be030ac (patch) | |
tree | 285a55ce5bad68013ecf7fe49307314c0aa27c02 /scripts/ci/gitlab | |
parent | f29bd466855c3b57a264c34764504c0837ab0eb2 (diff) | |
download | meta-updater-feat/OTA-5671/Disable-cache-checkout-job.tar.gz |
OTA-5671: Disable caching for checkout jobfeat/OTA-5671/Disable-cache-checkout-job
Signed-off-by: Oleh Avramenko <ext-oleh.avramenko@here.com>
Diffstat (limited to 'scripts/ci/gitlab')
-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: |