diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-02-18 13:23:17 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-18 15:59:54 +0100 |
| commit | 447ec20b79adbda18d6e954a3d30178ffeb35a67 (patch) | |
| tree | 029fa0e62233e9b1d80e0e1626fe6d390cf661d7 /ci | |
| parent | 1f9762cd1ce1172f9efc88e8394e232df14a2f9d (diff) | |
| download | mullvadvpn-447ec20b79adbda18d6e954a3d30178ffeb35a67.tar.xz mullvadvpn-447ec20b79adbda18d6e954a3d30178ffeb35a67.zip | |
Add alpha release for mullvad-browser to linux repositories
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/mullvad-browser/download-mullvad-browser.sh | 4 |
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 )" |
