Explorar o código

Merge pull request #447 from netbootxyz/devtarballs

add if to push a tarball of menu files to S3 for consumption
Antony Messerli %!s(int64=5) %!d(string=hai) anos
pai
achega
c509d33976
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      script/build_release

+ 3 - 1
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