aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2022-09-16 18:09:32 +0100
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-10-17 14:46:40 +0100
commit89c1f4bafb51dbbed705b6960810d90825318b13 (patch)
tree34b6f88a3342421d79ba6dea60e50ab28752c5d0 /.dockerignore
parent3083f7ee68ce08147db08fca2474e5f4712fc8d7 (diff)
downloadmlia-89c1f4bafb51dbbed705b6960810d90825318b13.tar.gz
MLIA-646 Add environment to setup pre-commit hooks
- Add new environment 'lint_setup' to set up the pre-commit hooks used by the environment 'lint' without running the actual tests. - Add docker file for linting and testing to the project root. - Add helper script 'install_python_versions.sh' for docker creation. Change-Id: I5f264df72a72d7a118ab798eddcf0febd4e1125b
Diffstat (limited to '.dockerignore')
l---------.dockerignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 120000
index 0000000..3e4e48b
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1 @@
+.gitignore \ No newline at end of file