summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-29 16:38:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-29 17:42:57 +0200
commitb7ca0cfec0bb49af16f4a56117bab7af950f8e8b (patch)
treea3c7fbc75a200524728f47d494017d32599c682a /zuul.d
parentd7112b576e17f2295a18b36efc4dc3a86bbe9f44 (diff)
downloadcurl-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')
-rw-r--r--zuul.d/playbooks/pre.yaml2
-rw-r--r--zuul.d/playbooks/run.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/zuul.d/playbooks/pre.yaml b/zuul.d/playbooks/pre.yaml
index 10334736f..bb4d3ded7 100644
--- a/zuul.d/playbooks/pre.yaml
+++ b/zuul.d/playbooks/pre.yaml
@@ -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 }}"
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