diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-29 16:38:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-29 17:42:57 +0200 |
commit | b7ca0cfec0bb49af16f4a56117bab7af950f8e8b (patch) | |
tree | a3c7fbc75a200524728f47d494017d32599c682a /zuul.d/playbooks/run.yaml | |
parent | d7112b576e17f2295a18b36efc4dc3a86bbe9f44 (diff) | |
download | curl-b7ca0cfec0bb49af16f4a56117bab7af950f8e8b.tar.gz |
CI: remove travis details
Rename still used leftovers to "zuul" as that's now the CI using them.
Closes #7313
Diffstat (limited to 'zuul.d/playbooks/run.yaml')
-rw-r--r-- | zuul.d/playbooks/run.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul.d/playbooks/run.yaml b/zuul.d/playbooks/run.yaml index 862fbaa51..4904b9c9e 100644 --- a/zuul.d/playbooks/run.yaml +++ b/zuul.d/playbooks/run.yaml @@ -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 }}"
\ No newline at end of file |