Remove gitlab config
lint Details

This commit is contained in:
Jake Howard 2023-03-29 20:16:45 +01:00
parent b90a96ec20
commit da18a3c321
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -1,7 +1,5 @@
# Dotfiles
![CI](https://git.theorangeone.net/sys/dotfiles/badges/master/pipeline.svg)
Settings and Preferences for transfer between machines
## Requirements