Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 679f728

Browse files
committed
chore: remove schema copy command
1 parent 11010bd commit 679f728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pip install ansible==2.10.3
2727
- name: Print Ansible and Python version
2828
run: ansible --version && python --version
29-
- run: cp VERSION ansible/VERSION && rm -rf ansible/schema && mkdir ansible/schema && (cd schemas && find . -name "*.json" -exec cp --parents -R '{}' ../ansible/schema/ ';')
29+
- run: cp VERSION ansible/VERSION
3030
- run: ansible-galaxy collection build -f ansible && ansible-galaxy collection install getstackhead-stackhead-* -f
3131
- run: ansible-playbook ./ansible/playbooks/setup-ansible.yml
3232
- run: ansible-playbook ./ansible/__tests__/test-tf-generation.yml

0 commit comments

Comments
 (0)