Skip to content

Commit

Permalink
- 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondMouthaan committed Sep 13, 2019
1 parent 2760506 commit ca1268c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .docker/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ function docker_manifest_list_version() {
function docker_manifest_list_testing_or_latest() {

if [[ ${BUILD_VERSION} == *"testing"* ]]; then export TAG_PREFIX="testing"; else export TAG_PREFIX="latest"; fi
if [[ ${BUILD_VERSION} == *"beta"* ]]; then export TAG_PREFIX="beta"; else export TAG_PREFIX="latest"; fi

if [[ ${1} == "" ]]; then export NODE_VERSION=""; else export NODE_VERSION="-${1}"; fi
if [[ ${2} == "default" ]]; then export TAG_SUFFIX=""; else export TAG_SUFFIX="-${2}"; fi
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ before_script:
- >
if [ ! -z "${TRAVIS_TAG}" ]; then
export BUILD_VERSION=${TRAVIS_TAG:1};
else
export BUILD_VERSION=beta;
else export BUILD_VERSION=beta;
fi
# Set NODE_RED_VERSION
Expand Down

0 comments on commit ca1268c

Please sign in to comment.