[fractal/legacy] ci: Remove stuff to mark nightly as eol



commit 0f0dd3bacc387eae0d4000574a18a5b2e777afb2
Author: Julian Sparber <julian sparber net>
Date:   Thu Mar 31 10:37:26 2022 +0000

    ci: Remove stuff to mark nightly as eol
    
    We can't do it this way and the sys admin needs to do it for us.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d166d9a3d..fc6544603 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,7 @@ nightly:
     - tar xf repo.tar
     - flatpak build-update-repo --generate-static-deltas repo/
     - BUILD_ID=$(flat-manager-client create ${FLAT_MANAGER_URL} ${FLATPAK_REPO})
-    - flat-manager-client push --commit --end-of-life="Fractal was migrated to a new codebase and the app-id 
changed" --end-of-life-rebase="org.gnome.Fractal.Devel" --publish --wait ${BUILD_ID} repo/ || result=$?
+    - flat-manager-client push --commit --publish --wait ${BUILD_ID} repo/ || result=$?
     - flat-manager-client purge ${BUILD_ID}
     - exit $result
   variables:
@@ -57,6 +57,6 @@ nightly:
     FLATPAK_REPO: nightly
   only:
     refs:
-      - 'master'
+      - 'legacy'
     variables:
       - $REPO_TOKEN


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]