File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2323 run : |
2424 _commit_hash=$(git rev-parse --short HEAD)
2525
26+ pwd
27+
2628 echo "${_commit_hash}" > ./TriOs/Trixie/config/includes.chroot/etc/trios/release
2729 echo "commit_hash=${_commit_hash}" >> "$GITHUB_OUTPUT"
2830 mkdir -p ./TriOs_Output
4042 run : |
4143 docker run --rm -i \
4244 --privileged \
43- -v "/home/lucas /TriOs/Trixie:/TriOs" \
45+ -v ". /TriOs/Trixie:/TriOs" \
4446 -v "./TriOs_Output:/TriOs_Output" \
4547 trios-builder
4648
Original file line number Diff line number Diff line change 4444 run : |
4545 docker run --rm -i \
4646 --privileged \
47- -v "/home/lucas /TriOs/Trixie:/TriOs" \
47+ -v ". /TriOs/Trixie:/TriOs" \
4848 -v "./TriOs_Output:/TriOs_Output" \
4949 trios-builder
5050
Original file line number Diff line number Diff line change 4545 run : |
4646 docker run --rm -i \
4747 --privileged \
48- -v "/home/lucas /TriOs/Trixie:/TriOs" \
48+ -v ". /TriOs/Trixie:/TriOs" \
4949 -v "./TriOs_Output:/TriOs_Output" \
5050 trios-builder
5151
You can’t perform that action at this time.
0 commit comments