Skip to content

Commit ef4802a

Browse files
mittachaituKiran Mova
authored andcommitted
chore(build): tag libcstor as a downstream repo
This PR adds the down stream dependent repo as libcstor Signed-off-by: mittachaitu <[email protected]>
1 parent e61dfad commit ef4802a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ script:
6868
REL_BRANCH=$(echo $(echo "$TRAVIS_TAG" | cut -d'-' -f1 | rev | cut -d'.' -f2- | rev).x$REL_SUFFIX) ;
6969
./buildscripts/git-release "${REPO_ORG}/jiva" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
7070
./buildscripts/git-release "${REPO_ORG}/cstor" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
71+
./buildscripts/git-release "${REPO_ORG}/libcstor" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
7172
fi

0 commit comments

Comments
 (0)