From 3de60e71cc5278b9be88f18c387688c9bbff96a5 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Thu, 30 Jul 2020 18:27:34 -0500 Subject: [PATCH] Fix log sources in docker scripts --- .automation/cleanup-docker.sh | 2 +- .automation/upload-docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.automation/cleanup-docker.sh b/.automation/cleanup-docker.sh index a91cdcd2..3115fa84 100755 --- a/.automation/cleanup-docker.sh +++ b/.automation/cleanup-docker.sh @@ -17,7 +17,7 @@ # Source Function Files # ######################### # shellcheck source=/dev/null -source /action/lib/log.sh # Source the function script(s) +source ../lib/log.sh # Source the function script(s) ########### # Globals # diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index ae819fdb..c31ffbde 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -18,7 +18,7 @@ # Source Function Files # ######################### # shellcheck source=/dev/null -source /action/lib/log.sh # Source the function script(s) +source ../lib/log.sh # Source the function script(s) ########### # Globals #