Skip to content
Snippets Groups Projects

CI: port Travis config to GitLab

Merged Erick Hitter requested to merge add/ci into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -23,7 +23,9 @@ before_script:
- pip install ansible
- chmod 700 $(pwd)
- printf '[defaults]\nroles_path=../' > ./ansible.cfg
- printf '[defaults]\nroles_path=./' > ./ansible.cfg
- ls -la ./
lint:
stage: test
Loading