This commit is contained in:
jpic
2021-04-24 14:50:10 +02:00
parent bcbe66a37f
commit 28bfef29b0
6 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build:
paths: [.cache, /var/lib/containers/] paths: [.cache, /var/lib/containers/]
image: yourlabs/buildah image: yourlabs/buildah
script: script:
- pip3 install -U --user -e .[cli] - pip3 install -U --user .[cli]
- CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build push=docker://docker.io/yourlabs/shlax:$CI_COMMIT_SHORT_SHA - CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build push=docker://docker.io/yourlabs/shlax:$CI_COMMIT_SHORT_SHA
stage: build stage: build
View File
View File
View File
View File
View File