diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index a90b75e..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -ansible: - image: python:3.9-slim - variables: - PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" - cache: - paths: - - .cache/pip - before_script: - - chmod 0755 . # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir - - apt-get update && apt-get install -y bash git - - ./scripts/setup.sh - script: - - ./scripts/lint.sh diff --git a/README.md b/README.md index 57ff017..a6c02fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Dotfiles -![CI](https://git.theorangeone.net/sys/dotfiles/badges/master/pipeline.svg) - Settings and Preferences for transfer between machines ## Requirements