Просмотр исходного кода

Remove index.html before deploy

Antony Messerli 9 лет назад
Родитель
Сommit
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/