Tags master as latest

This commit is contained in:
Aaron Louie
2020-06-12 17:04:04 -04:00
parent 5e6767b14b
commit 86248ee0bc
+1 -1
View File
@@ -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"