[fractal/wip/cdavis/remove-pages-pipeline] CI: Remove pages pipeline
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/wip/cdavis/remove-pages-pipeline] CI: Remove pages pipeline
- Date: Mon, 4 Jan 2021 02:46:12 +0000 (UTC)
commit d48e1a60d092157252139bc64aebc2f0177cf13b
Author: Christopher Davis <brainblasted disroot org>
Date: Sun Jan 3 18:45:23 2021 -0800
CI: Remove pages pipeline
This has been failing since February 2020, and is
not needed now that we don't roll our own API crate
anymore.
.gitlab-ci.yml | 20 --------------------
1 file changed, 20 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b6098a1..066c6125 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,23 +43,3 @@ nightly:
extends: '.publish_nightly'
dependencies: ['flatpak']
needs: ['flatpak']
-
-pages:
- image: "$FLATPAK_IMAGE"
- stage: deploy
- tags:
- - flatpak
- script:
- - flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} --force-clean app
${MANIFEST_PATH}
- - flatpak-builder --user --disable-rofiles-fuse --run app ${MANIFEST_PATH} meson _build
-
- - flatpak-builder --user --disable-rofiles-fuse --run app ${MANIFEST_PATH} ninja -C _build doc
-
- - rm -rf public
- - mv _build/target/doc/ public
- artifacts:
- paths:
- - public
- only:
- - master
- <<: *flatpak_cache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]