ktmud commented on a change in pull request #10485:
URL:
https://github.com/apache/incubator-superset/pull/10485#discussion_r463270512
##########
File path: .github/workflows/bashlib.sh
##########
@@ -71,16 +76,6 @@ build-assets() {
say "::endgroup::"
}
-build-assets-cached() {
- cache-restore assets
- if [[ -f "$ASSETS_MANIFEST" ]]; then
- echo 'Skip frontend build because static assets already exist.'
- else
- build-assets
- cache-save assets
- fi
-}
Review comment:
Clean up a unused function
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]