Skip to content

Commit

Permalink
Remove reference to -web in test
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 23, 2017
1 parent 10a5491 commit a7ba422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IMAGE=omero-server:$PREFIX
CLEAN=${CLEAN:-y}

cleanup() {
docker rm -f -v $PREFIX-db $PREFIX-master $PREFIX-slave-1 $PREFIX-web
docker rm -f -v $PREFIX-db $PREFIX-master $PREFIX-slave-1
}

if [ "$CLEAN" = y ]; then
Expand Down

0 comments on commit a7ba422

Please sign in to comment.