1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

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 #!/bin/sh -e
# Description: lint all python scripts # Description: lint all python scripts
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -1,7 +1,7 @@
#!/bin/sh -e #!/bin/sh -e
# Description: run pmbootstrap python testsuite # Description: run pmbootstrap python testsuite
# Options: native slow # Options: native slow
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# Description: lint all shell scripts # Description: lint all shell scripts
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# Description: verify that we don't use too new python features # 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 if [ "$(id -u)" = 0 ]; then
set -x set -x