Merge branch 'actions-release-experimental' into update-v7.0.2
This commit is contained in:
commit
2415853bcf
1 changed files with 2 additions and 2 deletions
|
@ -98,11 +98,11 @@ case "$1" in
|
|||
FORGEJO_CLOSEST_TAG=$(git describe --tags HEAD --abbrev=0)
|
||||
echo "Looking for experimental tag..."
|
||||
EXPERIMENTAL_REPO="forgejo-experimental/forgejo"
|
||||
git remote add experimental "https://codeberg.org/$EXPERIMENTAL_REPO"
|
||||
git remote add experimental $CI_VERIFY_API/$EXPERIMENTAL_REPO
|
||||
git fetch experimental --tags
|
||||
CI_COMMIT_TAG_RESOLVE=$(git tag --points-at HEAD)
|
||||
if [ $CI_COMMIT_TAG_RESOLVE ] ; then
|
||||
CI_VERIFY_REPO="forgejo-experimental/forgejo"
|
||||
CI_VERIFY_REPO=$EXPERIMENTAL_REPO
|
||||
FORGEJO_CLOSEST_TAG=$CI_COMMIT_TAG_RESOLVE
|
||||
echo "Found it! Using experimental tag and downloading binary from $CI_VERIFY_REPO"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue