change repo names

This commit is contained in:
davidnewhall2 2019-12-03 03:24:51 -08:00
parent 011d9322a9
commit 8d3aac871a
2 changed files with 3 additions and 2 deletions

View File

@ -73,6 +73,7 @@ deploy:
tags: true
- provider: script
script: scripts/package-deploy.sh
skip_cleanup: true
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(master|v[0-9.])$

View File

@ -2,8 +2,8 @@
# Deploy our built packages to packagecloud.
REPO=dev
[ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] || REPO=big
REPO=unstable
[ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] || REPO=stable
echo "deploying packages from branch: $TRAVIS_BRANCH, tag: $TRAVIS_TAG to repo: $REPO"
source .metadata.sh