change repo names
This commit is contained in:
parent
011d9322a9
commit
8d3aac871a
|
|
@ -73,6 +73,7 @@ deploy:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: script
|
- provider: script
|
||||||
script: scripts/package-deploy.sh
|
script: scripts/package-deploy.sh
|
||||||
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
condition: $TRAVIS_BRANCH =~ ^(master|v[0-9.])$
|
condition: $TRAVIS_BRANCH =~ ^(master|v[0-9.])$
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
# Deploy our built packages to packagecloud.
|
# Deploy our built packages to packagecloud.
|
||||||
|
|
||||||
REPO=dev
|
REPO=unstable
|
||||||
[ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] || REPO=big
|
[ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] || REPO=stable
|
||||||
echo "deploying packages from branch: $TRAVIS_BRANCH, tag: $TRAVIS_TAG to repo: $REPO"
|
echo "deploying packages from branch: $TRAVIS_BRANCH, tag: $TRAVIS_TAG to repo: $REPO"
|
||||||
|
|
||||||
source .metadata.sh
|
source .metadata.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue