From aeeeb826fb3bd00442aa9b3ae10dc2ee9c5a8812 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 20 Nov 2022 16:38:59 +0100 Subject: [PATCH] CI: fix typo in pmOS CI url --- .ci/flake8.sh | 2 +- .ci/pytest.sh | 2 +- .ci/shellcheck.sh | 2 +- .ci/vermin.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/flake8.sh b/.ci/flake8.sh index a29fba66..7aabef94 100755 --- a/.ci/flake8.sh +++ b/.ci/flake8.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: lint all python scripts -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/pytest.sh b/.ci/pytest.sh index 1cad49cc..a7b7872e 100755 --- a/.ci/pytest.sh +++ b/.ci/pytest.sh @@ -1,7 +1,7 @@ #!/bin/sh -e # Description: run pmbootstrap python testsuite # Options: native slow -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/shellcheck.sh b/.ci/shellcheck.sh index dd21a570..9d07e335 100755 --- a/.ci/shellcheck.sh +++ b/.ci/shellcheck.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: lint all shell scripts -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/vermin.sh b/.ci/vermin.sh index 33c94dd9..5b84c0ed 100755 --- a/.ci/vermin.sh +++ b/.ci/vermin.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: verify that we don't use too new python features -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x