Skip to content
Snippets Groups Projects
Commit 1bbdaef8 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Remove task creating test files on GPFS.

parent 147354c8
No related branches found
No related tags found
1 merge request!63Fix compute and GPU img builds
Pipeline #8110 passed with stages
in 20 minutes and 50 seconds
......@@ -14,14 +14,6 @@
name: "{{ nhc_download_path }}"
state: latest
- name: Create test files to ensure that a file on GPFS is readable
ansible.builtin.file:
path: "{{ item }}"
state: touch
loop:
- /data/.nhc-test
- /scratch/.nhc-test
- name: Copy config files
ansible.builtin.copy:
src: "{{ nhc_git_repo_path }}/{{ item.src }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment