Skip to content

Commit 19334f0

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongodb-kubernetes into traces-operator
2 parents 72e8a9e + 943128f commit 19334f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev/configure_docker_auth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ remove_element() {
4444
check_docker_daemon_is_running
4545

4646
if [[ -f ~/.docker/config.json ]]; then
47-
if [[ "${RUNNING_IN_EVG:-""}" == "true" ]]; then
47+
if [[ "${RUNNING_IN_EVG:-"false"}" != "true" ]]; then
4848
# when running locally we don't need to docker login all the time - we can do it once in 11 hours (ECR tokens expire each 12 hours)
4949
if [[ -n "$(find ~/.docker/config.json -mmin -360 -type f)" ]] &&
5050
grep "quay.io" -q ~/.docker/config.json && # TODO to be removed at public preview stage of community-search

0 commit comments

Comments
 (0)