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 42353f9 commit cec9a4dCopy full SHA for cec9a4d
.github/workflows/ansible-deployments.yml
@@ -19,9 +19,8 @@ jobs:
19
uses: actions/checkout@v2
20
- name: Install ansible lint tools
21
run: sudo apt update; sudo apt install ansible
22
- - name: Move to new working directory
23
- run: cd icpc-wf/ansible
24
- name: Setup the hosts file
25
- run: printf '[judgehost] \n github-action\tansible_host=localhost' > hosts
+ run: printf '[judgehost] \n github-action\tansible_host=localhost' > icpc-wf/ansible/hosts
26
- name: Run the default deployment method
+ working-directory: ./icpc-wf/ansible
27
run: ls; cat hosts; cat Makefile; make judgehost
0 commit comments