mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
21 lines
No EOL
330 B
Bash
21 lines
No EOL
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 |