No need for a shlax image to build the shlax image

It will always build on python with shlax[cli] installed because that's
part of the requirement: no extra dependency to use just the framework
besides current Python stable release
This commit is contained in:
jpic
2020-04-22 03:25:06 +02:00
parent 111f086bdd
commit 29505d1004
+1 -1
View File
@@ -2,7 +2,7 @@ build:
cache: cache:
key: cache key: cache
paths: [.cache] paths: [.cache]
image: yourlabs/shlax image: yourlabs/python
script: pip install -U --user -e .[cli] && CACHE_DIR=$(pwd)/.cache ./shlaxfile.py build script: pip install -U --user -e .[cli] && CACHE_DIR=$(pwd)/.cache ./shlaxfile.py build
stage: build stage: build