mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
12 lines
241 B
YAML
12 lines
241 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: Print environment variables
|
||
|
debug:
|
||
|
var: curl_env
|
||
|
|
||
|
- name: Run tests
|
||
|
environment: "{{ curl_env }}"
|
||
|
shell: "./scripts/travis/script.sh"
|
||
|
args:
|
||
|
chdir: "{{ zuul.project.src_dir }}"
|