Commenting docker job for now

This commit is contained in:
jpic 2020-10-05 18:41:16 +02:00
parent 422da7043f
commit e196d321c5

View File

@ -7,15 +7,15 @@ build:
- pip3 install -U --user -e .[cli] - pip3 install -U --user -e .[cli]
- CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build - CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build
stage: build stage: build
# commenting until we have docker again
build-itself: # build-itself:
cache: # cache:
key: cache # key: cache
paths: [.cache] # paths: [.cache]
image: shlax:$CI_COMMIT_SHORT_SHA # image: shlax:$CI_COMMIT_SHORT_SHA
script: python3 ./shlaxfile.py build # script: python3 ./shlaxfile.py build
stage: test # stage: test
#
test: test:
image: yourlabs/python image: yourlabs/python
stage: build stage: build