[fractal/wip/cdavis/ci-fix] ci: Clean up artifacts before building pages
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/wip/cdavis/ci-fix] ci: Clean up artifacts before building pages
- Date: Tue, 1 Dec 2020 00:08:36 +0000 (UTC)
commit 94e226ca2112dd683db0324ab0038b48b724e6fc
Author: Christopher Davis <brainblasted disroot org>
Date: Mon Nov 30 16:05:09 2020 -0800
ci: Clean up artifacts before building pages
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d93c7d8b..751e3f5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,8 @@ pages:
tags:
- flatpak
script:
+ # Clean out the remnants from the previous stages
+ - rm -rf .flatpak-builder/ flatpak_app/
- flatpak-builder --user --disable-rofiles-fuse --build-only flatpak_app ${MANIFEST_PATH}
- flatpak-builder --user --disable-rofiles-fuse --force-clean --build-shell=${FLATPAK_MODULE} app
${MANIFEST_PATH} 'meson _build && ninja -C _build doc'
@@ -60,4 +62,5 @@ pages:
- public
only:
- master
+ - wip/cdavis/ci-fix
<<: *flatpak_cache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]