correct todo comment

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-01-14 00:41:11 -06:00
parent d880f69836
commit a92ea9c386
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ version: 2
if [[ -n "$CIRCLE_TAG" ]] ; then
echo "Building a tag: $CIRCLE_TAG"
version="$CIRCLE_TAG"
# TODO: write script to get all releases, see if our tag is newest and tell deploy script to update the latest tagZ
# TODO: write script to get all releases, see if our tag is newest and tell deploy script to update the latest tag (for manfiest push stage only)
# python3 latest_version_check.py && latest="true"
fi
echo $DOCKERHUB_PASS | docker login --username=$DOCKERHUB_USER --password-stdin