Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit e6411fb

Browse files
committed
Added no-dependency info files for component sandbox installs
1 parent be58ec8 commit e6411fb

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

sandbox/sb.info.api.nodeps

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SB_TYPE=cs_api
2+
SB_PREFIX=CS_API
3+
[email protected]:teamcodestream/codestream-server
4+
SB_REPO_ROOT=codestream-server
5+
SB_PROJECT_PATH=codestream-server/api_server
6+
# SB_DEPS=a:b:c

sandbox/sb.info.mailin.nodeps

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SB_TYPE=cs_mailin
2+
SB_PREFIX=CS_MAILIN
3+
[email protected]:teamcodestream/codestream-server
4+
SB_REPO_ROOT=codestream-server
5+
SB_PROJECT_PATH=codestream-server/inbound_email
6+
# SB_DEPS=a:b:c

sandbox/sb.info.mailout.nodeps

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SB_TYPE=cs_mailout
2+
SB_PREFIX=CS_OUTBOUND_EMAIL
3+
[email protected]:teamcodestream/codestream-server
4+
SB_REPO_ROOT=codestream-server
5+
SB_PROJECT_PATH=codestream-server/outbound_email
6+
#SB_DEPS=a:b:c

0 commit comments

Comments
 (0)