added zwave support

This commit is contained in:
buanet
2019-10-23 10:51:15 +02:00
parent 7e31f7f18a
commit b67ca2de19
15 changed files with 108 additions and 78 deletions

View File

@@ -77,15 +77,6 @@ after_success:
#manifest for image: buanet/iobroker:latest
cat manifest.yaml | sed "s/\$DOCKERTAG/latest/g" > manifestlatest.yaml
#manifest for image: buanet/iobroker:VERSION-amd64
#cat manifest_amd64.yml | sed "s/\$VERSION/${VERSION}/g" > manifest_amd64.yaml
#manifest for image: buanet/iobroker:VERSION-armv7hf
#cat manifest_armv7hf.yml | sed "s/\$VERSION/${VERSION}/g" > manifest_armv7hf.yaml
#manifest for image: buanet/iobroker:VERSION-aarch64
#cat manifest_aarch64.yml | sed "s/\$VERSION/${VERSION}/g" > manifest_aarch64.yaml
#push to hub
mv manifestversion.yaml iobroker.yaml
@@ -93,15 +84,6 @@ after_success:
mv manifestlatest.yaml iobroker.yaml
./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec iobroker.yaml
#mv manifest_amd64.yaml manifest.yaml
#./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec manifest.yaml
#mv manifest_armv7hf.yaml manifest.yaml
#./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec manifest.yaml
#mv manifest_aarch64.yaml manifest.yaml
#./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec manifest.yaml
fi
if [ "$TRAVIS_BRANCH" == "beta" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$JOB_NAME" == "Manifest" ]; then
@@ -114,28 +96,10 @@ after_success:
#manifest for image: buanet/iobroker:beta
cat manifest.yaml | sed "s/\$DOCKERTAG/beta/g" > manifestbeta.yaml
#manifest for image: buanet/iobroker:VERSION-amd64
#cat manifest_amd64.yml | sed "s/\$VERSION/${VERSION}/g" > manifest_amd64.yaml
#manifest for image: buanet/iobroker:VERSION-armv7hf
#cat manifest_armv7hf.yml | sed "s/\$VERSION/${VERSION}/g" > manifest_armv7hf.yaml
#manifest for image: buanet/iobroker:VERSION-aarch64
#cat manifest_aarch64.yml | sed "s/\$VERSION/${VERSION}/g" > manifest_aarch64.yaml
#push to hub
mv manifestversion.yaml iobroker.yaml
./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec iobroker.yaml
mv manifestbeta.yaml iobroker.yaml
./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec iobroker.yaml
#mv manifest_amd64.yaml manifest.yaml
#./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec manifest.yaml
#mv manifest_armv7hf.yaml manifest.yaml
#./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec manifest.yaml
#mv manifest_aarch64.yaml manifest.yaml
#./manifest-tool --username $HUB_USER --password $HUB_PASS push from-spec manifest.yaml
fi