From 004404c2cf5296f4e08041c2709cab237dbfceef Mon Sep 17 00:00:00 2001 From: George Vlahavas <vlahavas@gmail.com> Date: Fri, 19 Mar 2021 17:08:31 +0200 Subject: [PATCH] Try to debug Jenkins failure Jenkins shows: Could not open input file: artisan I wonder why... --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index ef01662..e778a41 100755 --- a/deploy.sh +++ b/deploy.sh @@ -88,4 +88,6 @@ 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