Skip to content

Commit

Permalink
Fix test upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Sep 11, 2023
1 parent bc28294 commit 398fe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/run-test-target/tasks/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- name: Upload test binary
copy:
src: "{{ integration_tests_root }}/bin/collector-tests"
dest: "{{ remote_tests_root }}"
dest: "{{ remote_tests_root }}/"
mode: '0700'

- name: Upload test files
Expand Down

0 comments on commit 398fe83

Please sign in to comment.