From 284feb6f58fa149dac1819435580ba0dc89530f9 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Thu, 5 Dec 2019 02:13:50 -0800 Subject: [PATCH] fix repo --- integrations/promunifi/scripts/package-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/promunifi/scripts/package-deploy.sh b/integrations/promunifi/scripts/package-deploy.sh index 65e852fe..5c86884d 100755 --- a/integrations/promunifi/scripts/package-deploy.sh +++ b/integrations/promunifi/scripts/package-deploy.sh @@ -8,7 +8,7 @@ echo "deploying packages from branch: $TRAVIS_BRANCH, tag: $TRAVIS_TAG to repo: source .metadata.sh # deb -cmd="package_cloud push golift/${REPO}/debian/trusty" +cmd="package_cloud push golift/${REPO}/ubuntu/bionic" $cmd release/unifi-poller_${VERSION}-${ITERATION}_arm64.deb $cmd release/unifi-poller_${VERSION}-${ITERATION}_amd64.deb $cmd release/unifi-poller_${VERSION}-${ITERATION}_armhf.deb