Skip to content

Commit

Permalink
shippable doesn't like this ternary thingy I was doing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Alipaz committed Oct 4, 2017
1 parent 0f6b88a commit a0dcc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ build:

ci:
- shopt -s dotglob && cp ${SHIPPABLE_BUILD_DIR}/. /docker/ -rf && shopt -u dotglob
- [ $IS_RELEASE == true ] && PUSH='--push' || PUSH=''
- if [ $IS_RELEASE == true ]; then PUSH='--push'; else PUSH=''; fi
- docker run --rm --privileged --volumes-from ${SHIPPABLE_CONTAINER_NAME} -v /root/.docker:/root/.docker hassioaddons/build-env:latest --target ${ADDON} --from "homeassistant/{arch}-base:latest" --tag-latest ${PUSH} --${ARCH}

0 comments on commit a0dcc1a

Please sign in to comment.