Skip to content

Commit

Permalink
Update forklift run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Jan 19, 2024
1 parent 7615ffa commit a6e6404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ run-datawarehouse:
docker compose -f ./infra/data_warehouse/docker-compose.yml up -d
register-forklift-flows:
docker pull ghcr.io/mtes-mct/monitorfish/forklift:$(FORKLIFT_VERSION) && \
infra/remote/data-warehouse/forklift/register-flows.sh

infra/data_warehouse/forklift/register-flows.sh

# DATA commands
install-pipeline:
Expand Down
2 changes: 1 addition & 1 deletion infra/data_warehouse/forklift/register-flows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ docker run -t --rm --network=host --name forklift-register-flows \
-e FORKLIFT_VERSION \
-e SACROIS_FILES_GID \
ghcr.io/mtes-mct/monitorfish/forklift:$FORKLIFT_VERSION \
python main.py
python forklift/main.py

0 comments on commit a6e6404

Please sign in to comment.