From b75f896abd727e042456bb6c34c8ca5b0caf87b2 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Tue, 3 Dec 2019 03:24:51 -0800 Subject: [PATCH] change repo names --- integrations/promunifi/.travis.yml | 1 + integrations/promunifi/scripts/package-deploy.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/integrations/promunifi/.travis.yml b/integrations/promunifi/.travis.yml index 4cad6edf..6a8e2356 100644 --- a/integrations/promunifi/.travis.yml +++ b/integrations/promunifi/.travis.yml @@ -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.])$ diff --git a/integrations/promunifi/scripts/package-deploy.sh b/integrations/promunifi/scripts/package-deploy.sh index 0854a11f..85cd43d4 100755 --- a/integrations/promunifi/scripts/package-deploy.sh +++ b/integrations/promunifi/scripts/package-deploy.sh @@ -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