cf64b73f78
This change adds a new job to test stack based haskell project. Change-Id: Ie3492097b351eec743d98e9ca8bc693c00c11a78
8 lines
187 B
YAML
8 lines
187 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Setup file
|
|
command: stack new new-project
|
|
|
|
- name: Copy file over zuul-jobs
|
|
command: rsync -a new-project/ "{{ zuul.project.src_dir }}/"
|