summaryrefslogtreecommitdiffstats
path: root/.forgejo/cascading-release-end-to-end
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/cascading-release-end-to-end')
-rwxr-xr-x.forgejo/cascading-release-end-to-end16
1 files changed, 8 insertions, 8 deletions
diff --git a/.forgejo/cascading-release-end-to-end b/.forgejo/cascading-release-end-to-end
index 08ad8a4431..9be0737b0f 100755
--- a/.forgejo/cascading-release-end-to-end
+++ b/.forgejo/cascading-release-end-to-end
@@ -8,15 +8,15 @@ forgejo=$3
forgejo_ref=$4
cd $end_to_end
-date > last-upgrade
+date >last-upgrade
organizations=lib/ORGANIZATIONS
-if ! test -f $organizations ; then
- echo "$organizations file not found"
- false
+if ! test -f $organizations; then
+ echo "$organizations file not found"
+ false
fi
#
-# do not include forgejo-experimental so that 7.0-test is found
-# in forgejo-integration where it was just built instead of
-# forgejo-experimental which was published by the previous build
+# Inverse the order of lookup because the goal in the release built
+# pipeline is to test the latest build, if available, instead of the
+# stable version by the same version.
#
-echo forgejo forgejo-integration > $organizations
+echo forgejo-integration forgejo-experimental forgejo >$organizations