Move binary release deployment from Azure to Cirrus

This commit is contained in:
Zion Nimchuk 2022-01-05 00:32:13 -08:00 committed by Megamouse
parent 60cbd7a88c
commit 5684b5909f
8 changed files with 119 additions and 68 deletions

View file

@ -114,6 +114,6 @@ fi
# BUILD is the name of the release artifact
# AVVER is used for GitHub releases, it is the version number.
BRANCH="${REPO_NAME}/${REPO_BRANCH}"
echo "BRANCH=$BRANCH" > .ci/azure-vars.env
echo "BUILD=$BUILD" >> .ci/azure-vars.env
echo "AVVER=$AVVER" >> .ci/azure-vars.env
echo "BRANCH=$BRANCH" > .ci/ci-vars.env
echo "BUILD=$BUILD" >> .ci/ci-vars.env
echo "AVVER=$AVVER" >> .ci/ci-vars.env