From 3ee0ea74e823ee146add46a6808abbebc338f77a Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 29 Jan 2021 17:02:43 +0300 Subject: [PATCH] Cache git creds in init.sh (cherry picked from commit cdb15e80f2a6351465ea558c2f2e1da7c21e1614) --- azure/init.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure/init.sh b/azure/init.sh index fe7cd8b4..4f6a205f 100644 --- a/azure/init.sh +++ b/azure/init.sh @@ -10,7 +10,7 @@ set -x # in redhat we need to enable default port for postgres # We don't exit on this command because if we are on centos, the firewall # might not be active, but this also enables switching to redhat easily. -firewall-cmd --add-port=5432/tcp || true +firewall-cmd --add-port=5432/tcp || true # fail in a pipeline if any of the commands fails set -o pipefail @@ -169,6 +169,5 @@ find_private_ips() { find_private_ips "$@" - # cache git credentials so that we can clone a private repository with caching enabled ./cache_git_creds.sh