mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
13 lines
120 B
YAML
13 lines
120 B
YAML
sudo: required
|
|
|
|
language: python
|
|
|
|
install:
|
|
- pip install cookiecutter
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- bash ./test.sh
|