diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-31 02:14:38 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-31 02:22:38 +0200 |
commit | 0d2b3baea025895737f970f37c3f5d723d201f8e (patch) | |
tree | 8998001ccac6cdbe5709e699652198222c34157e /.gitmodules | |
parent | 98f171c82636c29a9cfd5c94c8e7aac7ca7af41b (diff) |
mcp/deploy/scripts: Move to git submodule
Change-Id: I65d1f5680000011493bde17a249a87738ebfdd96
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7a41f7523..d3ffb555b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,7 @@ url = https://github.com/Mirantis/reclass-system-salt-model branch = master ignore = all +[submodule "scripts"] + path = mcp/deploy/scripts + url = https://github.com/salt-formulas/salt-formulas-scripts + branch = master |