From 1909cd514390ea5697fcd3e0b67363b6ce198846 Mon Sep 17 00:00:00 2001 From: Giles Date: Wed, 19 Aug 2020 23:42:07 +0100 Subject: [PATCH] fix: wrong scripts --- pull.sh | 2 +- push.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pull.sh b/pull.sh index db8971a..59b58d0 100644 --- a/pull.sh +++ b/pull.sh @@ -1 +1 @@ -docker pull ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to pull' \ No newline at end of file diff --git a/push.sh b/push.sh index a8ec2c9..cc3c909 100644 --- a/push.sh +++ b/push.sh @@ -1 +1 @@ -docker push ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to push' \ No newline at end of file