Merge pull request 'chore(ci): optimize end-to-end runs [skip ci]' (#4888) from wip-ci-end-to-end into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4888
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
Earl Warren 2024-08-08 20:24:10 +00:00
commit 7ac390bcb4
2 changed files with 22 additions and 21 deletions

View file

@ -18,6 +18,7 @@ if ! test -f forgejo/sources/$minor_version ; then
false false
fi fi
echo -n $minor_version >forgejo/build-from-sources
date >last-upgrade date >last-upgrade
if test -f "$forgejo_pr_or_ref"; then if test -f "$forgejo_pr_or_ref"; then

View file

@ -15,8 +15,8 @@ if ! test -f $organizations ; then
false false
fi fi
# #
# do not include forgejo-experimental so that 7.0-test is found # Inverse the order of lookup because the goal in the release built
# in forgejo-integration where it was just built instead of # pipeline is to test the latest build, if available, instead of the
# forgejo-experimental which was published by the previous build # stable version by the same version.
# #
echo forgejo forgejo-integration > $organizations echo forgejo-integration forgejo-experimental forgejo >$organizations