Skip to content

Commit

Permalink
refact(release): add cstor-operators in downstream
Browse files Browse the repository at this point in the history
The current release script(in travis) only tags
the external-storage and maya, that have control
plane operators for SPC.

The new control plane oprators for CSPC are under
cstor-operators repo.

After building the cstor-istgt containers,
tag cstor-operators to build and release the
new control plane operators.

Signed-off-by: kmova <[email protected]>
  • Loading branch information
kmova committed Jun 1, 2020
1 parent c930744 commit 8dd4403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ script:
REL_BRANCH=$(echo $(echo "$TRAVIS_TAG" | cut -d'-' -f1 | rev | cut -d'.' -f2- | rev).x$REL_SUFFIX);

./buildscripts/git-release "$REPO_ORG/external-storage" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
./buildscripts/git-release "$REPO_ORG/cstor-operators" "$TRAVIS_TAG" "$REL_BRANCH" || travis_terminate 1;
fi
notifications:
email:
Expand Down

0 comments on commit 8dd4403

Please sign in to comment.