Skip to content
Snippets Groups Projects
Commit 931650ab authored by nimrod's avatar nimrod
Browse files

GitLab CI.

- Remove Travis CI.
- Remove tox (it's just pre-commit I'm running here and without the
Travis CI integration there's no point for it).
- Use CI template.
parent d71e8b45
No related branches found
No related tags found
No related merge requests found
Pipeline #367 passed
---
include:
- project: shore/ci-templates
file: templates/pre-commit.yml
---
language: python
python: "3.6"
dist: trusty
sudo: false
group: beta
cache:
- pip
- directories:
- $HOME/.pre-commit
install:
- pip install tox | cat
script:
- tox
notifications:
on_failure: never
email: false
# ansible-desktop-playbooks # ansible-desktop-playbooks
[![image](https://travis-ci.org/adarnimrod/ansible-desktop-playbooks.svg?branch=master)](https://travis-ci.org/adarnimrod/ansible-desktop-playbooks) [![pipeline status](https://git.shore.co.il/ansible/ansible-desktop-playbooks/badges/master/pipeline.svg)](https://git.shore.co.il/ansible/ansible-desktop-playbooks/-/commits/master)
Ansible playbooks for setting up new desktops. Ansible playbooks for setting up new desktops.
......
[tox]
skip_install = True
skipsdist = True
[testenv]
deps = pre-commit
commands = pre-commit run --all-files
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment