Skip to content
Snippets Groups Projects
Verified Commit 0f696d0e authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

CI: force IPv4 for gitlab.postmarketos.org

parent b8a8c70f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !73. Comments created here will be created in the context of that merge request.
......@@ -21,6 +21,9 @@ integration test:
before_script:
- apk add curl android-tools file
- apk add --allow-untrusted -X http://mirror.postmarketos.org/postmarketos/master/ mkbootimg-osm0sis
# Force IPv4 for gitlab.postmarketos.org until it supports IPv6 too, OSUOSL is
# working on it (infra#195)
- "echo '140.211.167.182 gitlab.postmarketos.org' >> /etc/hosts"
- curl -fsSL "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh" | sh
- su pmos -c "pmbootstrap config device ${DEVICE}"
- su pmos -c "pmbootstrap config ui none"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment