change repo names
This commit is contained in:
parent
011d9322a9
commit
8d3aac871a
|
|
@ -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.])$
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue