File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ Lint python scripts:
46
46
image : python:3.10-alpine
47
47
before_script :
48
48
- apk add --no-cache --virtual .deps gcc musl-dev
49
- - pip install black
49
+ - pip install black==22.12.0
50
50
script :
51
51
- black --check --diff --exclude=migrations .
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ make_desktop_writable
40
40
41
41
if [ " $ACTIVATE " = ' True' ]; then
42
42
# Temporarily set it mutable before copying new files in, as otherwise that will fail
43
- sed -i " /# Restore \$ HOME/a\ $SET_USER_DESKTOP_MUTABLE " $USER_CLEANUP
43
+ sed -i " /USERNAME= \" user \" /a $SET_USER_DESKTOP_MUTABLE " $USER_CLEANUP
44
44
cat << - EOF >> $USER_CLEANUP
45
45
$SET_USER_DESKTOP_ROOT_OWNED
46
46
$SET_USER_DESKTOP_IMMUTABLE
You can’t perform that action at this time.
0 commit comments