This commit is contained in:
jpic 2021-04-24 14:28:32 +02:00
parent bcbe66a37f
commit 28bfef29b0
6 changed files with 1 additions and 1 deletions

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

0
shlax/__init__.py Normal file
View File

View File

View File

0
shlax/repo/__init__.py Normal file
View File

View File