mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
CI: remove travis details
Rename still used leftovers to "zuul" as that's now the CI using them. Closes #7313
This commit is contained in:
parent
d7112b576e
commit
b7ca0cfec0
8 changed files with 3 additions and 121 deletions
|
|
@ -63,7 +63,7 @@
|
|||
state: link
|
||||
|
||||
- name: Run before script
|
||||
shell: "./scripts/travis/before_script.sh"
|
||||
shell: "./scripts/zuul/before_script.sh"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
environment: "{{ curl_env }}"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@
|
|||
|
||||
- name: Run tests
|
||||
environment: "{{ curl_env }}"
|
||||
shell: "./scripts/travis/script.sh"
|
||||
shell: "./scripts/zuul/script.sh"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue