We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecc84b commit 7240188Copy full SHA for 7240188
Makefile
@@ -128,4 +128,10 @@ bumpver: po-push
128
129
ci: check test
130
131
-.PHONY: clean install tag archive local
+# Run tests in the container but with fixed pylint version
132
+container-ci:
133
+ podman run --pull=always --rm -v .:/simpleline:Z --workdir /simpleline registry.access.redhat.com/ubi8:latest sh -c " \
134
+ dnf install -y python3-pip python3-gobject-base make && pip3 install pocketlint 'pylint==2.5.3' ; \
135
+ make ci"
136
+
137
+.PHONY: clean install tag archive local ci container-ci
0 commit comments