Skip to content

Commit 5509dd7

Browse files
committed
Make generator scripts non-interactive
Redirect stdin from /dev/null to prevent prompts/hangs in CI
1 parent de16b4b commit 5509dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# This script is autogenerated by Ansible to run the Julia package generation playbook.
4-
ansible-playbook -i $HOME/.gap/PackageJanitor/gap_to_julia/hosts $HOME/.gap/PackageJanitor/gap_to_julia/site.yml -l ModulePresentationsForCAP --diff "$@"
4+
ansible-playbook -i $HOME/.gap/PackageJanitor/gap_to_julia/hosts $HOME/.gap/PackageJanitor/gap_to_julia/site.yml -l ModulePresentationsForCAP --diff "$@" < /dev/null

0 commit comments

Comments
 (0)