소스 검색

Remove index.html before deploy

Antony Messerli 9 년 전
부모
커밋
5d26fb3305
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      script/prep-release.sh

+ 3 - 0
script/prep-release.sh

@@ -81,5 +81,8 @@ done
 mv ../netboot.xyz-sha256-checksums.txt .
 cd ../..
 
+# delete index.html so that we don't overwrite existing content type
+rm src/index.html
+
 # copy iPXE src code into build directory
 cp -R src/* build/