We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ba546 commit 1348863Copy full SHA for 1348863
Makefile
@@ -110,6 +110,11 @@ load-sig-data:
110
init-geoserver:
111
./infra/init/geoserver_init_layers.sh
112
113
+.PHONY: register-pipeline-flows
114
+register-pipeline-flows:
115
+ docker pull ghcr.io/mtes-mct/monitorenv/monitorenv-pipeline:$(MONITORENV_VERSION) && \
116
+ infra/data-pipeline/register-flows.sh
117
+
118
# DATA commands
119
.PHONY: install-pipeline run-notebook test-pipeline update-python-dependencies
120
install-pipeline:
0 commit comments