Skip to content

Commit 69124a3

Browse files
committed
ci: yocto-patchreview: use python3
On the kas-container we only have the python3 and no symlink to python. Signed-off-by: Jose Quaresma <[email protected]>
1 parent dfa56f0 commit 69124a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/yocto-patchreview.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ $WORK_DIR/oe-core/scripts/contrib/patchreview.py -v -b -j status.json $REPO_DIR
2626

2727
# return an error if any malformed patch is found
2828
cat $WORK_DIR/build/status.json |
29-
python -c "import json,sys;obj=json.load(sys.stdin); sys.exit(1) if 'malformed-sob' in obj[0] or 'malformed-upstream-status' in obj[0] else sys.exit(0)"
29+
python3 -c "import json,sys;obj=json.load(sys.stdin); sys.exit(1) if 'malformed-sob' in obj[0] or 'malformed-upstream-status' in obj[0] else sys.exit(0)"

0 commit comments

Comments
 (0)