From a92ea9c38600b935de2f1833d7bc6bbae793e292 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Tue, 14 Jan 2020 00:41:11 -0600 Subject: [PATCH] correct todo comment Signed-off-by: Adam Hill --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d197d09..8b390d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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