File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ storage-push: .venv storage-pull
45
45
@ docker compose run --rm --remove-orphans abi bash -c ' poetry run python scripts/storage_push.py | sh'
46
46
47
47
triplestore-prod-remove : .venv
48
- @ echo " Removing storage ..."
48
+ @ echo " Removing production triplestore ..."
49
49
@ docker compose run --rm -it --remove-orphans abi bash -c ' poetry run python scripts/triplestore_prod_remove.py'
50
50
51
51
triplestore-prod-override : .venv
52
- @ echo " Overriding storage ..."
52
+ @ echo " Overriding production triplestore ..."
53
53
@ docker compose run -it --rm --remove-orphans abi bash -c ' poetry run python scripts/triplestore_prod_override.py'
54
54
55
55
triplestore-prod-pull : .venv
56
- @ echo " Pulling storage ..."
56
+ @ echo " Pulling production triplestore ..."
57
57
@ docker compose run --rm --remove-orphans abi bash -c ' poetry run python scripts/triplestore_prod_pull.py'
58
58
59
59
clean :
You can’t perform that action at this time.
0 commit comments