From 1776f356d98e6848076885ea3b83307ba689bea1 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 15 Apr 2021 11:07:50 +0300 Subject: [PATCH] Remove extra debug output --- deploy.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deploy.sh b/deploy.sh index da74a3a..062ccf6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,13 +7,8 @@ dump_logs() { docker logs kea_$CONTAINER echo "*** Logs for kea_$CONTAINER (end) ***" done - echo "*** Contents of data directory (start) ***" - ls -lR data - echo "*** Contents of data directory (end) ***" } -echo "Current directory: `pwd`" - # Login into the CUREX registry docker login https://registry.curex-project.eu:443/artifactory/curex-local/ @@ -77,6 +72,4 @@ sleep 10 # create and populate the database echo "Creating and populating the database..." docker-compose -f docker-compose-jfrog.yml exec -T api php artisan migrate:fresh --seed --force -docker-compose -f docker-compose-jfrog.yml exec -T api pwd -docker-compose -f docker-compose-jfrog.yml exec -T api ls -l -- 2.2.2