Skip to content

Commit d99ebd9

Browse files
committed
fix: fix CWD issue
1 parent 61f4dab commit d99ebd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Build containers for OpenCFD's OpenFOAM
4141
run: |
42-
ansible-playbook build.yaml --extra-vars="@config.yaml"
42+
ansible-playbook build.yaml --extra-vars="original_dir=$PWD" --extra-vars="@config.yaml"
4343
4444
- name: Run test MPI application with host and container MPIs
4545
run: |

build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ansible-playbook build.yaml
1+
# ansible-playbook build.yaml --extra-vars="original_dir=$PWD" [email protected]
22
---
33

44
- name: Check local requirements

0 commit comments

Comments
 (0)