[fractal/wip/cdavis/ci-fix: 2/2] 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: 2/2] ci: Clean up artifacts before building pages
- Date: Tue, 1 Dec 2020 00:06:50 +0000 (UTC)
commit 7de0d4a41f3af74feb8f0c9b93fbd617ab863810
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..39040d7b 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'
@@ -58,6 +60,7 @@ pages:
artifacts:
paths:
- public
+ - wip/cdavis/ci-fix
only:
- master
<<: *flatpak_cache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]