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