[evince/wip/gpoo/ci-cache] build: Fix permissions in local cache
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/gpoo/ci-cache] build: Fix permissions in local cache
- Date: Thu, 31 Mar 2022 12:12:43 +0000 (UTC)
commit 3bd0cce89dec27837bc914c42026c2abf3f1d1f4
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Thu Mar 31 09:12:20 2022 -0300
build: Fix permissions in local cache
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f54dbb706..07d3d228b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,8 @@ flatpak:
MESON_ARGS: "-Dnautilus=false -Dgtk_doc=false"
APP_ID: "org.gnome.Evince"
extends: .flatpak
- allow_failure: true
+ before_script:
+ - chown -R 777 '.flatpak-builder/cache' '.flatpak-builder/downloads'
nightly:
dependencies:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]