fix logging
This commit is contained in:
parent
01e16a96e8
commit
38b689d195
@ -16,13 +16,12 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Starting docket-fix-socket-perm A"
|
echo "Starting docker-fix-socket-perm ..."
|
||||||
- shell: bash
|
- shell: bash
|
||||||
env:
|
env:
|
||||||
SOCKET_PATH: ${{ inputs.socket-path }}
|
SOCKET_PATH: ${{ inputs.socket-path }}
|
||||||
WORKAROUND_GROUP: ${{ inputs.workaround-group }}
|
WORKAROUND_GROUP: ${{ inputs.workaround-group }}
|
||||||
run: |
|
run: |
|
||||||
echo "Starting docket-fix-socket-perm B"
|
|
||||||
SOCK_OWNER_GID=$(stat -c %g $SOCKET_PATH)
|
SOCK_OWNER_GID=$(stat -c %g $SOCKET_PATH)
|
||||||
echo "$SOCKET_PATH is owned by gid=$SOCK_OWNER_GID"
|
echo "$SOCKET_PATH is owned by gid=$SOCK_OWNER_GID"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user