-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(*): Fix imports #6991
fix(*): Fix imports #6991
Conversation
The deck build is currently failing as non-allowed imports are present; fix these to import submodules
Fixes issue from #6970. It looks like we don't run the full build when testing a PR, so that's why travis passed on the PR but our build process is failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, I thought we did run the full build, or at least build all the modules. Thanks for fixing!
It looks like we skip for performance reasons: Line 5 in ea23876
though maybe it makes sense to re-enable the full build to avoid only catching things after they get merged? |
Weird, the travis PR build actually did fail. |
oh, got it! This was the |
Yeah, it passed on the PR itself (though did output a warning about this somewhere deep in the hundreds of lines of output) |
* chore(core): Bump version to 0.0.365 0fc8946 fix(core): request project pipeline configs just in time (#6980) cfd7690 fix(core): include un-run pipelines when filtering by text (#6979) 10fbec5 fix(core): set graph label node height correctly (#6993) 0ed0ab6 fix(artifacts): Fix fetching helm artifact versions (#6995) dfc84b1 refactor(core): add React Components for PageSection and PageNavigator (#6926) ce8a163 fix(cf): add Artifactory link (#6994) f7cb7ab chore(core): remove hipchat notification module (#6884) 98c9327 fix(*): Fix imports (#6991) c8590ff refactor(core): Convert most triggers from angular to react * chore(docker): Bump version to 0.0.39 c8590ff refactor(core): Convert most triggers from angular to react
The deck build is currently failing as non-allowed imports are present; fix these to import submodules