From 274a6ddef82c3fd3b8e6b3c5fa8ed80f37f56abb Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 26 Dec 2019 09:46:59 -0800 Subject: [PATCH] add if to push a tarball of menu files to S3 for consumption --- script/build_release | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/build_release b/script/build_release index 7720f9ec..054866f9 100755 --- a/script/build_release +++ b/script/build_release @@ -45,7 +45,9 @@ rm -Rf ipxe tar -czf menus.tar.gz * mv menus.tar.gz ../githubout cd .. - +if [[ "${TYPE}" == "dev" ]]; then + cp githubout/menus.tar.gz s3out/ +fi # Latest style endpoints for RC and Live if [[ "${TYPE}" == "release" ]] || [[ "${TYPE}" == "rc" ]]; then