print the comments

This commit is contained in:
2026-06-18 10:27:56 +02:00
parent d25bf6f648
commit 3e57d1a1b7
+2 -2
View File
@@ -37,11 +37,11 @@ cd "$DESTINATION_DIR"
"$GITHUB_WORKSPACE/pixi" init || true
"$GITHUB_WORKSPACE/pixi" install --all --no-progress
# copy owner group from level above
echo "copy owner group from level above"
group=$(stat -c '%g' ..)
chgrp -R "$group" .
# copy permissions from owner to owner group
echh "copy permissions from owner to owner group"
chmod -R g=u .
echo "$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs"