CI: Remove cruft

Remove unused variables, and intermediary ones.
This commit is contained in:
Max Gautier
2025-03-10 20:54:03 +01:00
parent c8d75effcb
commit 119fa5b0c0
5 changed files with 7 additions and 17 deletions

View File

@@ -26,9 +26,8 @@ fi
export ANSIBLE_REMOTE_USER=$SSH_USER
export ANSIBLE_BECOME=true
export ANSIBLE_BECOME_USER=root
export ANSIBLE_INVENTORY=/tmp/inventory/
make -C tests INVENTORY_DIR=${ANSIBLE_INVENTORY} create-${CI_PLATFORM} -s
make -C tests create-${CI_PLATFORM} -s
# Test collection build and install by installing our collection, emptying our repository, adding
# cluster.yml, reset.yml, and remote-node.yml files that simply point to our collection's playbooks, and then