We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9929dd8 + deca086 commit 136b7cdCopy full SHA for 136b7cd
rooted-ota.sh
@@ -355,8 +355,8 @@ function patchOTAs() {
355
python:${PYTHON_VERSION} sh -c \
356
"apk add openssh && \
357
pip install -r .tmp/my-avbroot-setup/requirements.txt && \
358
- python .tmp/my-avbroot-setup/patch.py ${args[*]} && \
359
- chown -R $(id -u):$(id -g) .tmp"
+ python .tmp/my-avbroot-setup/patch.py ${args[*]} ; result=\$?; \
+ chown -R $(id -u):$(id -g) .tmp; exit \$result"
360
361
printGreen "Finished patching file ${targetFile}"
362
fi
0 commit comments