Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd9cd1 commit 8b76336Copy full SHA for 8b76336
1 file changed
.travis/start_db.sh
@@ -33,8 +33,8 @@ fi
33
# Save the oracledata dir to cache.
34
if [ ! -f $CACHE_DIR/$ORACLE_VERSION.tar.gz ]; then
35
echo "Saving database to cache..."
36
- docker stop $ORACLE_VERSION
+ #docker stop $ORACLE_VERSION
37
sudo tar -zcf $CACHE_DIR/$ORACLE_VERSION.tar.gz $HOME/$ORACLE_VERSION
38
- docker start $ORACLE_VERSION
39
- docker logs -f $ORACLE_VERSION | grep -m 2 "DATABASE IS READY TO USE!" --line-buffered
+ #docker start $ORACLE_VERSION
+ #docker logs -f $ORACLE_VERSION | grep -m 2 "DATABASE IS READY TO USE!" --line-buffered
40
fi
0 commit comments