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:
parent
111f086bdd
commit
29505d1004
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user