Przeglądaj źródła

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

thelamer 5 lat temu
rodzic
commit
274a6ddef8
1 zmienionych plików z 3 dodań i 1 usunięć
  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