Skip to content

Commit

Permalink
Updated run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Servando German authored and esteve committed Nov 9, 2018
1 parent 5db3b67 commit 7f254c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ ENV/
*.bag
*.csv

/.metadata/
5 changes: 5 additions & 0 deletions docker/generic/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ while getopts ":ht:r:s:" opt; do
esac
done

if [ "${TAG}" -eq "latest-indigo" ] ; then
echo "Indigo is deprecated and will be removed in a future release, please use Kinetic instead"
sleep 2
fi

echo "Using $DOCKER_HUB_REPO:$TAG"
echo "Shared directory: ${HOST_DIR}"

Expand Down

0 comments on commit 7f254c6

Please sign in to comment.