forget why sudo is needed...

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-01-04 12:24:26 -06:00
parent 7d54465eb0
commit fe3c9d22d5
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ version: 2
if [[ "$CIRCLE_BRANCH" == "master" ]] && [[ -n "$CIRCLE_TAG" ]] ; then
version="$CIRCLE_TAG"
fi
sudo docker login --username=$DOCKERHUB_USER --password=$DOCKERHUB_PASS
echo $DOCKERHUB_PASS | docker login --username=$DOCKERHUB_USER --password-stdin
dry=1 ./deploy_docker.sh
fi