diff scripts/updates-cleanup.sh @ 195:26bb64873bbe production v1.3.0

flow: Merged <release> 'v1.3.0' to <master> ('production').
author smith@nwoca.org
date Thu, 21 Sep 2017 17:14:46 +0100
parents fea886ba7279
children
line wrap: on
line diff
--- a/scripts/updates-cleanup.sh	Wed Sep 20 16:19:18 2017 +0100
+++ b/scripts/updates-cleanup.sh	Thu Sep 21 17:14:46 2017 +0100
@@ -2,6 +2,7 @@
 #
 # Safely removes obsolete images from previous SSDT versions.
 #
+source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh"
 
 docker images --filter "label=io.ssdt.app" --filter "dangling=true" -q | xargs docker rmi