Skip to content

Commit 8ef804c

Browse files
committed
Update DeviationSlave.fmu
1 parent 798b826 commit 8ef804c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci_support/run_docker_linux.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ export SOURCE_DATE_EPOCH=1761951600
77
cp -r /io/* /tmp
88
cd /tmp
99
pip install . --user --break-system-packages --no-deps
10-
~/.local/bin/mo2fmu -h
11-
pythonfmu build --file ./otfmi/example/file/DeviationSlave.py --dest ./otfmi/example/file/fmu/linux-x86_64
1210

11+
~/.local/bin/mo2fmu -h
1312
pytest test -s
1413

1514
pip install -r doc/requirements.txt --break-system-packages
@@ -18,6 +17,7 @@ cd doc && make html BUILDDIR=~/.local/share/otfmi/doc
1817
UID_GID=$1
1918
if test -n "${UID_GID}"
2019
then
21-
sudo cp -r ~/.local/share/*/doc/html /io
22-
sudo chown -R ${UID_GID} /io/html
20+
sudo chown -R ${UID_GID} ~/.local/share/*/doc/html
21+
sudo cp -pr ~/.local/share/*/doc/html /io
2322
fi
23+
275 KB
Binary file not shown.

0 commit comments

Comments
 (0)