Skip to content

Commit 1348863

Browse files
Undo removal of make command
1 parent f7ba546 commit 1348863

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ load-sig-data:
110110
init-geoserver:
111111
./infra/init/geoserver_init_layers.sh
112112

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+
113118
# DATA commands
114119
.PHONY: install-pipeline run-notebook test-pipeline update-python-dependencies
115120
install-pipeline:

0 commit comments

Comments
 (0)