mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 09:38:19 -07:00
21 lines
330 B
Bash
21 lines
330 B
Bash
#!/bin/bash
|
|
|
|
export UPLOAD_VAULT="n"
|
|
|
|
export WEB_REF="v2.5.0"
|
|
sh package_web_vault.sh
|
|
|
|
export WEB_REF="v2.6.0"
|
|
sh package_web_vault.sh
|
|
|
|
export WEB_REF="v2.6.1"
|
|
sh package_web_vault.sh
|
|
|
|
export WEB_REF="v2.7.0"
|
|
sh package_web_vault.sh
|
|
|
|
export WEB_REF="v2.7.1"
|
|
sh package_web_vault.sh
|
|
|
|
export WEB_REF="v2.8.0"
|
|
sh package_web_vault.sh |