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

Fix upgradeable workflow by not running the linter on transpiled output (#5754)

Hadrien Croubois 3 месяцев назад
Родитель
Сommit
668221e314
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/upgradeable/transpile-onto.sh

+ 1 - 1
scripts/upgradeable/transpile-onto.sh

@@ -48,7 +48,7 @@ if [[ -v SUBMODULE_REMOTE ]]; then
   git add "$lib"
 fi
 
-git commit -m "Transpile $commit"
+git commit -m "Transpile $commit" --no-verify
 
 # return to original branch
 git checkout "$start_branch"