bw_web_builds/package_all.sh

21 lines
330 B
Bash
Raw Normal View History

2018-12-13 06:09:59 -07:00
#!/bin/bash
export UPLOAD_VAULT="n"
2018-12-13 06:09:59 -07:00
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
2019-01-05 10:45:48 -07:00
export WEB_REF="v2.8.0"
sh package_web_vault.sh