mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 10:14:02 -05:00
add if to push a tarball of menu files to S3 for consumption
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user