Skip to content

Commit

Permalink
Merge branch 'main' into chapulina/elevator
Browse files Browse the repository at this point in the history
  • Loading branch information
chapulina committed Nov 4, 2021
2 parents 1c80288 + 5363f23 commit 8aa63a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/debug_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ fi
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

cd $DIR

# exit if the docker image doesn't build
set -e

# Build the docker image
docker build -t mbari_lrauv_debug -f $DIR/debug_integration/Dockerfile ..

Expand Down

0 comments on commit 8aa63a7

Please sign in to comment.