fix
This commit is contained in:
parent
f0847c8e11
commit
7f961de5b9
|
|
@ -3,8 +3,8 @@
|
||||||
# Deploy our built packages to packagecloud.
|
# Deploy our built packages to packagecloud.
|
||||||
|
|
||||||
REPO=dev
|
REPO=dev
|
||||||
[ "$SOURCE_BRANCH" != "master" ] || REPO=big
|
[ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] || REPO=big
|
||||||
echo "deploy source branch: $SOURCE_BRANCH"
|
echo "deploying packages from branch: $SOURCE_BRANCH, tag: $TRAVIS_TAG to repo: $REPO"
|
||||||
|
|
||||||
source .metadata.sh
|
source .metadata.sh
|
||||||
# deb
|
# deb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue