We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc38c1 commit b0f8ea9Copy full SHA for b0f8ea9
.github/workflows/ansible-deployments.yml
@@ -24,7 +24,7 @@ jobs:
24
run: sed -i 's/\[judgehost\]/[removed]/g' hosts; printf '\n[judgehost]\ngithub-action\tansible_host=localhost' >> hosts
25
- name: Generate secure credentials
26
working-directory: ./icpc-wf/ansible
27
- run: mv group_vars/all/secret.yml{.secret,}
+ run: mv group_vars/all/secret.yml{.example,}
28
- name: Run the default deployment method
29
30
run: cat hosts; make judgehost
0 commit comments