Skip to content

Commit cec9a4d

Browse files
committed
Dont move often
1 parent 42353f9 commit cec9a4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ansible-deployments.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
uses: actions/checkout@v2
2020
- name: Install ansible lint tools
2121
run: sudo apt update; sudo apt install ansible
22-
- name: Move to new working directory
23-
run: cd icpc-wf/ansible
2422
- name: Setup the hosts file
25-
run: printf '[judgehost] \n github-action\tansible_host=localhost' > hosts
23+
run: printf '[judgehost] \n github-action\tansible_host=localhost' > icpc-wf/ansible/hosts
2624
- name: Run the default deployment method
25+
working-directory: ./icpc-wf/ansible
2726
run: ls; cat hosts; cat Makefile; make judgehost

0 commit comments

Comments
 (0)