[epiphany/gnome-41] ci: use versioned python command
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-41] ci: use versioned python command
- Date: Fri, 22 Oct 2021 14:17:22 +0000 (UTC)
commit 3a0e47881e86f8076ab5d6675609d318b9bf728a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Oct 18 21:54:41 2021 +0000
ci: use versioned python command
The unversioned python has disappeared from our runtime images. And this is probably good, for safety.
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1024>
(cherry picked from commit 863c8b4c92b2a1098e8cd1175a55fb4e38fe04c0)
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 568e49cab..aa2e3fcb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ canary:
script:
- pip3 install --user requests
# TODO: Switch to debug? 5GB downloads though.
- - python generate-canary-manifest.py --release
+ - python3 generate-canary-manifest.py --release
- flatpak remote-add --user --if-not-exists webkit-sdk ${SDK_REPO}
- flatpak-builder --user --install-deps-from=webkit-sdk --disable-rofiles-fuse --repo=repo
canary_flatpak_app org.gnome.Epiphany.Canary.json
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${SDK_REPO} org.gnome.Epiphany.Canary
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]