From 4f5326c81bc9e1a5fb18f5c5db724fac736df094 Mon Sep 17 00:00:00 2001 From: jpic Date: Thu, 11 Jun 2020 17:37:09 +0200 Subject: [PATCH] Commiting build-itself job until i re-implement docker commiting --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb4f630..187f2d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,13 @@ build: - 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 +#build-itself: +# cache: +# key: cache +# paths: [.cache] +# image: shlax:$CI_COMMIT_SHORT_SHA +# script: python3 ./shlaxfile.py build +# stage: test test: image: yourlabs/python