From 9e586de3126eb8c645c8ed96d2e3c8d859b1985d Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 24 Apr 2021 12:33:13 +0200 Subject: [PATCH] Cache layers in CI? --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 467983b..d880ae1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ build: cache: key: cache - paths: [.cache] + paths: [.cache, .local/share/containers/] image: yourlabs/buildah script: - pip3 install -U --user -e .[cli] @@ -11,7 +11,7 @@ build: build-itself: cache: key: cache - paths: [.cache] + paths: [.cache, .local/share/containers/] image: yourlabs/shlax:$CI_COMMIT_SHORT_SHA script: python3 ./shlaxfile.py build stage: test