You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we no longer have to pass parameters to the web build (UHS and YK) we can build the project in the docker to reduce tooling overhead in the make configuration
The text was updated successfully, but these errors were encountered:
The best solution is to use build steps 2x once for UHS, the second one for YK Web. The only part that has to be tested is copying data from build steps into target container
Web build and YK Web builds are moved to docker. make web-build command is still there and can be used to test web locally with make run
I have removed node from install-tools part, but added as a dependency for web-build and will be triggered only then.
As we no longer have to pass parameters to the web build (UHS and YK) we can build the project in the docker to reduce tooling overhead in the make configuration
The text was updated successfully, but these errors were encountered: