Skip to content

Commit

Permalink
fix error in success script
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Dec 3, 2016
1 parent 831b6d6 commit b49f09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ if [[ -n "${TEST_TYPE}" ]]; then
exit
fi

TAG="${PLUGINS:-latest}"

case "$TRAVIS_OS_NAME" in
TAG="${PLUGINS:-latest}"
linux)
UNAME=linux
armv="${BUILD_ARCH}raspbian"
Expand Down

0 comments on commit b49f09d

Please sign in to comment.