still testing
This commit is contained in:
parent
b13281e71b
commit
f0847c8e11
|
|
@ -24,8 +24,8 @@ install:
|
|||
# download super-linter: golangci-lint
|
||||
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
- rvm install 2.0.0
|
||||
- rvm 2.0.0 do gem install --no-document fpm
|
||||
- rvm 2.0.0 do gem install --no-document package_cloud
|
||||
- rvm 2.0.0 do gem install --no-document fpm
|
||||
before_script:
|
||||
# Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive.
|
||||
- openssl aes-256-cbc -K $encrypted_e3d3b4b2abab_key -iv $encrypted_e3d3b4b2abab_iv -in .secret-files.tar.enc -out .secret-files.tar -d
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@ echo "deploy source branch: $SOURCE_BRANCH"
|
|||
|
||||
source .metadata.sh
|
||||
# deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}.arm64.deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}.amd64.deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}.armhf.deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}.i386.deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}-${ITERATION}.arm64.deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}-${ITERATION}.amd64.deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}-${ITERATION}.armhf.deb
|
||||
package_cloud push golift/${REPO}/debian/stretch release/unifi-poller_${VERSION}-${ITERATION}.i386.deb
|
||||
# rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}.arm64.rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}.amd64.rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}.armhf.rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}.i386.rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}-${ITERATION}.arm64.rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}-${ITERATION}.amd64.rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}-${ITERATION}.armhf.rpm
|
||||
package_cloud push golift/${REPO}/el/5 release/unifi-poller-${VERSION}-${ITERATION}.i386.rpm
|
||||
|
|
|
|||
Loading…
Reference in New Issue