Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Sep 8, 2019
1 parent 67e6866 commit 8c10770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Expand Up @@ -13,7 +13,7 @@ if [ ! -n "$DIST" ]; then
echo "You need to supply DIST environmental variable"
exit 1
else
command= "$command --dist $DIST"
command="$command --dist $DIST"
fi

if [ $BRANCH ]; then
Expand Down Expand Up @@ -76,6 +76,8 @@ if [ $NO_PUSH ]; then
command="$command --no-push"
fi

echo "run command `$command`"

sh -c "${command}"
retval=$?

Expand Down

0 comments on commit 8c10770

Please sign in to comment.