diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9fb414..bb4f630 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ build: - - dnf install -y curl python38 - - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - - python3 get-pip.py + cache: + key: cache + paths: [.cache] + image: yourlabs/buildah script: - pip3 install -U --user -e .[cli] - CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build