1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 02:58:20 +00:00

Check compiled files during build (#9042)

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim
2019-11-16 22:15:07 +08:00
committed by zeripath
parent 4f9443cf8e
commit 9feab29405
2 changed files with 1 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ steps:
commands:
- make css
- make js
- bash -c '[ -z "$(git status --porcelain public/js public/css)" ] || (echo "Generated js/css files do not match" && git status --porcelain public/js public/css && exit 1)'
- name: build-without-gcc
pull: always