From 28bfef29b01d816966ab13b526451e27506db27a Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 24 Apr 2021 14:28:32 +0200 Subject: [PATCH] Fix dist --- .gitlab-ci.yml | 2 +- shlax/__init__.py | 0 shlax/actions/__init__.py | 0 shlax/contrib/__init__.py | 0 shlax/repo/__init__.py | 0 shlax/targets/__init__.py | 0 6 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 shlax/__init__.py create mode 100644 shlax/actions/__init__.py create mode 100644 shlax/contrib/__init__.py create mode 100644 shlax/repo/__init__.py create mode 100644 shlax/targets/__init__.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 080520e..d796363 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ build: paths: [.cache, /var/lib/containers/] image: yourlabs/buildah script: - - pip3 install -U --user -e .[cli] + - pip3 install -U --user .[cli] - CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build push=docker://docker.io/yourlabs/shlax:$CI_COMMIT_SHORT_SHA stage: build diff --git a/shlax/__init__.py b/shlax/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/shlax/actions/__init__.py b/shlax/actions/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/shlax/contrib/__init__.py b/shlax/contrib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/shlax/repo/__init__.py b/shlax/repo/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/shlax/targets/__init__.py b/shlax/targets/__init__.py new file mode 100644 index 0000000..e69de29