summaryrefslogtreecommitdiff
path: root/zuul.d/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'zuul.d/playbooks')
-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