Browse Source

Log in travis if webui files have changed

pull/1765/head
Max Prokhorov 5 years ago
parent
commit
075b704d6c
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      code/build.sh

+ 6
- 0
code/build.sh View File

@ -112,6 +112,12 @@ build_webui() {
echo "--------------------------------------------------------------"
echo "Building web interface..."
node node_modules/gulp/bin/gulp.js || exit
# TODO: do something if webui files are different
# for now, just print in travis log
if ${TRAVIS:-false}; then
git --no-pager diff --stat
fi
}
build_environments() {


Loading…
Cancel
Save