add if to push a tarball of menu files to S3 for consumption

This commit is contained in:
thelamer 2019-12-26 09:46:59 -08:00
parent 52045da16d
commit 274a6ddef8

View file

@ -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