From c46b42b23ae69a962ca4f484fa66bc6d4068b204 Mon Sep 17 00:00:00 2001 From: jpic Date: Mon, 5 Oct 2020 18:41:16 +0200 Subject: [PATCH] Commenting docker job for now --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb4f630..90ddbee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,15 +7,15 @@ build: - pip3 install -U --user -e .[cli] - CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build stage: build - -build-itself: - cache: - key: cache - paths: [.cache] - image: shlax:$CI_COMMIT_SHORT_SHA - script: python3 ./shlaxfile.py build - stage: test - +# commenting until we have docker again +# build-itself: +# cache: +# key: cache +# paths: [.cache] +# image: shlax:$CI_COMMIT_SHORT_SHA +# script: python3 ./shlaxfile.py build +# stage: test +# test: image: yourlabs/python stage: build