Commit 1776f356d98e6848076885ea3b83307ba689bea1
1 parent
35edb51211
Exists in
master
and in
4 other branches
Remove extra debug output
Showing 1 changed file with 0 additions and 7 deletions
deploy.sh
View file @
1776f35
... | ... | @@ -7,13 +7,8 @@ |
7 | 7 | docker logs kea_$CONTAINER |
8 | 8 | echo "*** Logs for kea_$CONTAINER (end) ***" |
9 | 9 | done |
10 | - echo "*** Contents of data directory (start) ***" | |
11 | - ls -lR data | |
12 | - echo "*** Contents of data directory (end) ***" | |
13 | 10 | } |
14 | 11 | |
15 | -echo "Current directory: `pwd`" | |
16 | - | |
17 | 12 | # Login into the CUREX registry |
18 | 13 | docker login https://registry.curex-project.eu:443/artifactory/curex-local/ |
19 | 14 | |
... | ... | @@ -77,6 +72,4 @@ |
77 | 72 | # create and populate the database |
78 | 73 | echo "Creating and populating the database..." |
79 | 74 | docker-compose -f docker-compose-jfrog.yml exec -T api php artisan migrate:fresh --seed --force |
80 | -docker-compose -f docker-compose-jfrog.yml exec -T api pwd | |
81 | -docker-compose -f docker-compose-jfrog.yml exec -T api ls -l |