From 8dd4fa52ac89edc460a3beb9b9e18df7bd29f4b1 Mon Sep 17 00:00:00 2001 From: jpic Date: Sun, 31 May 2020 12:28:49 +0200 Subject: [PATCH] Typo in ci --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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