File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Automated workflows to:
31
31
sudo add-apt-repository -y ppa:apptainer/ppa
32
32
sudo apt install -y apptainer
33
33
pip install ansible
34
- ansible-playbook build.yaml --extra-vars " @config.yaml"
34
+ ansible-playbook build.yaml --extra-vars " original_dir= $PWD " --extra-vars " @config.yaml"
35
35
```
36
36
37
37
> [ !TIP]
Original file line number Diff line number Diff line change 4
4
2 . Run the build playbook and point to the configuration:
5
5
``` bash
6
6
git clone https://github.com/FoamScience/openfoam-apptainer-packaging /tmp/of_tainers
7
- ansible-playbook /tmp/of_tainers/build.yaml --extra-vars " @/path/to/config.yaml"
7
+ ansible-playbook /tmp/of_tainers/build.yaml \
8
+ --extra-vars " original_dir=$PWD " \
9
+ --extra-vars " @/path/to/config.yaml"
8
10
```
9
11
10
12
A configuration file for building an (OpenCFD) OpenFOAM container should look like:
@@ -53,7 +55,7 @@ containers:
53
55
projects:
54
56
test:
55
57
base_container: opencfd-openfoam
56
- definition: projects/test.def
58
+ definition: projects/test.def # This is always relative to CWD (original_dir)
57
59
build_args:
58
60
branch:
59
61
- master
You can’t perform that action at this time.
0 commit comments