Skip to content

Commit

Permalink
VFS-6362 Added bamboos submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
darnik22 authored and lopiola committed Jul 3, 2020
1 parent 4d40b5b commit 24f6402
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "bamboos"]
path = bamboos
url = ssh://[email protected]:7999/vfs/bamboos.git
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ bash-packages:
cp generated/bash/oneprovider-rest-cli.bash-completion "packages/bash/$$release_branch/";\
done
@git checkout master

submodules:
git submodule sync --recursive ${submodule}
git submodule update --init --recursive ${submodule}
1 change: 1 addition & 0 deletions bamboos
Submodule bamboos added at 7cbb7c

0 comments on commit 24f6402

Please sign in to comment.