From 2b08cd9b0cdff1f9ecfa873c08f32226e691abad Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 15:25:02 +0100 Subject: [PATCH] test pre commit hook --- modules/ml-pipeline/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ml-pipeline/.pre-commit-config.yaml b/modules/ml-pipeline/.pre-commit-config.yaml index afef75a..55ad383 100644 --- a/modules/ml-pipeline/.pre-commit-config.yaml +++ b/modules/ml-pipeline/.pre-commit-config.yaml @@ -14,6 +14,6 @@ repos: hooks: - id: dvc-push-experiment name: DVC - Push to experiment to remote location (experiments) - entry: bash -c 'ls' + entry: bash -c 'cd modules/ml-pipeline/src/pipeline/src && dvc push' language: system verbose: true