print the comments
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user