Skip to content

Commit

Permalink
- update readme & cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondMouthaan committed Sep 22, 2019
1 parent 08de563 commit 0ec4f52
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
- DOCKER_FILE=Dockerfile.alpine

matrix:
### Node JS 10 ###############################################################################################################
### Node JS 10 #####################################################################################################
# Default Images
- NODE_VERSION=10 TAG_SUFFIX=default QEMU_ARCH=x86_64 ARCH=amd64
- NODE_VERSION=10 TAG_SUFFIX=default QEMU_ARCH=arm ARCH=arm32v6
Expand All @@ -27,7 +27,7 @@ env:
- NODE_VERSION=10 TAG_SUFFIX=minimal QEMU_ARCH=arm ARCH=arm32v7
- NODE_VERSION=10 TAG_SUFFIX=minimal QEMU_ARCH=aarch64 ARCH=arm64v8

### Node JS 12 ###############################################################################################################
### Node JS 12 #####################################################################################################
# Default Images
- NODE_VERSION=12 TAG_SUFFIX=default QEMU_ARCH=x86_64 ARCH=amd64
- NODE_VERSION=12 TAG_SUFFIX=default QEMU_ARCH=arm ARCH=arm32v6
Expand All @@ -50,12 +50,11 @@ before_script:
- >
if [ ! -z "${TRAVIS_TAG}" ]; then
export BUILD_VERSION=${TRAVIS_TAG:1};
else export BUILD_VERSION=beta;
fi
# Set NODE_RED_VERSION
# Set NODE_RED_VERSION from package.json
- >
export NODE_RED_VERSION=$(grep -Eo "\"node-red\": \"(\w*.\w*.\w*)" package.json | cut -d\" -f4)
export NODE_RED_VERSION=$(grep -oE "\"node-red\": \"(\w*.\w*.\w*.\w*.\w*.)" package.json | cut -d\" -f4)
script:
# Build Docker image
Expand Down Expand Up @@ -86,7 +85,6 @@ jobs:
# Only create and push manifest list to Docker Hub, when tag starts with a `v`, eg. v0.20.8
if: tag =~ ^v
script:

# Create and push Docker manifest lists
# The push order is displayed in reverse order on Docker Hub

Expand Down

0 comments on commit 0ec4f52

Please sign in to comment.