Skip to content

ci: fix Makefile resetting the submodule on every change

Tomas Vik requested to merge tv/2023-07/do-not-reset-submodule-every-time into main

This MR removes the git submodule update --init --recursive that was called as soon as some TS file changed in the submodule.

Without this change, it's impossible to work with the submodule directly and you always have to:

  1. Make changes in the Workflow
  2. Commit and push them
  3. Pull them into the Web-IDE
  4. Commit the WebIDE submodule update

This makes it very hard to debug issues with the WebIDE - Workflow interop.

Related to gitlab#415147 (moved)

Edited by Tomas Vik

Merge request reports