From a4172d97fe3ef0b5bb4cea71073371b1d93a3222 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Thu, 17 Oct 2019 12:24:42 +0200 Subject: [PATCH] ~ docker automated build fix try 201 --- lgsm/hooks/pre_push | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lgsm/hooks/pre_push b/lgsm/hooks/pre_push index dac401d..21927ed 100644 --- a/lgsm/hooks/pre_push +++ b/lgsm/hooks/pre_push @@ -4,6 +4,8 @@ #set -o pipefail #set -o nounset +ls -lA + #docker build -t "$DOCKER_REPO:lgsm_debian" "lgsm/" docker build -f gmod/Dockerfile -t "$DOCKER_REPO:gmod_debian" "." docker build -f TTT/Dockerfile -t "$DOCKER_REPO:gmod_ttt_debian" "."