We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daa105 commit e61dfadCopy full SHA for e61dfad
.travis.yml
@@ -67,5 +67,5 @@ script:
67
fi;
68
REL_BRANCH=$(echo $(echo "$TRAVIS_TAG" | cut -d'-' -f1 | rev | cut -d'.' -f2- | rev).x$REL_SUFFIX) ;
69
./buildscripts/git-release "${REPO_ORG}/jiva" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
70
- ./buildscripts/git-release "${REPO_ORG}/libcstor" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
+ ./buildscripts/git-release "${REPO_ORG}/cstor" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
71
fi
0 commit comments