Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55a3d04

Browse files
committed
cleanup
1 parent d1aaba1 commit 55a3d04

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis/start_db.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ else
1212
mkdir -p $HOME/.docker && cp $CACHE_DIR/.docker/config.json $HOME/.docker/
1313
fi
1414

15-
mkdir -p /dev/pdbs
16-
1715
docker pull $DOCKER_BASE_TAG:$ORACLE_VERSION
1816
docker run -d --name $ORACLE_VERSION $DOCKER_OPTIONS -p 1521:1521 $DOCKER_BASE_TAG:$ORACLE_VERSION
1917
docker logs -f $ORACLE_VERSION | grep -m 1 "DATABASE IS READY TO USE!" --line-buffered

0 commit comments

Comments
 (0)