mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
add if to push a tarball of menu files to S3 for consumption
This commit is contained in:
parent
52045da16d
commit
274a6ddef8
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue