Skip to content

Commit

Permalink
Merge pull request #699 from nemgrouplimited/main
Browse files Browse the repository at this point in the history
Merge master to release
  • Loading branch information
OlegMakarenko authored Oct 21, 2020
2 parents c7b1279 + ec3ac3e commit acf6a46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
services:
- docker
node_js:
- "8"
- "9"
Expand Down
3 changes: 2 additions & 1 deletion travis/docker.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

if [ "${DOCKER_IMAGE_NAME}" = "" ]
then
Expand Down Expand Up @@ -41,7 +42,7 @@ fi

if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]
then
echo "Building for ${$RELEASE_BRANCH} branch..."
echo "Building for ${RELEASE_BRANCH} branch..."
echo "Docker tagging release version"
docker tag "${DOCKER_IMAGE_NAME}:${CURRENT_VERSION}" "${DOCKER_IMAGE_NAME}:release"

Expand Down

0 comments on commit acf6a46

Please sign in to comment.