From 86248ee0bc2013e6ddbad6200bdbbc09bed8c662 Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Fri, 12 Jun 2020 17:04:04 -0400 Subject: [PATCH] Tags master as latest --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0b326d6..7433209 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash function branch_to_tag () { - if [ "$1" == "latest" ]; then echo "production"; else echo "$1" ; fi + if [ "$1" == "master" ]; then echo "latest"; else echo "$1" ; fi } REPO="sartography/cr-connect-python-base"