CI: fix typo in pmOS CI url

This commit is contained in:
Oliver Smith 2022-11-20 16:38:59 +01:00
parent 147b3ce4b9
commit aeeeb826fb
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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