summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-02-18 13:23:17 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-02-18 15:59:54 +0100
commit447ec20b79adbda18d6e954a3d30178ffeb35a67 (patch)
tree029fa0e62233e9b1d80e0e1626fe6d390cf661d7 /ci
parent1f9762cd1ce1172f9efc88e8394e232df14a2f9d (diff)
downloadmullvadvpn-447ec20b79adbda18d6e954a3d30178ffeb35a67.tar.xz
mullvadvpn-447ec20b79adbda18d6e954a3d30178ffeb35a67.zip
Add alpha release for mullvad-browser to linux repositories
Diffstat (limited to 'ci')
-rwxr-xr-xci/mullvad-browser/download-mullvad-browser.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/mullvad-browser/download-mullvad-browser.sh b/ci/mullvad-browser/download-mullvad-browser.sh
index 39ef546071..14072fcda8 100755
--- a/ci/mullvad-browser/download-mullvad-browser.sh
+++ b/ci/mullvad-browser/download-mullvad-browser.sh
@@ -2,9 +2,7 @@
set -eu
-# TODO: Uncomment when alpha is to be released
-# BROWSER_RELEASES=("alpha" "stable")
-BROWSER_RELEASES=("stable")
+BROWSER_RELEASES=("stable" "alpha")
REPOSITORIES=("stable" "beta")
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"