We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72e8a9e + 943128f commit 19334f0Copy full SHA for 19334f0
scripts/dev/configure_docker_auth.sh
@@ -44,7 +44,7 @@ remove_element() {
44
check_docker_daemon_is_running
45
46
if [[ -f ~/.docker/config.json ]]; then
47
- if [[ "${RUNNING_IN_EVG:-""}" == "true" ]]; then
+ if [[ "${RUNNING_IN_EVG:-"false"}" != "true" ]]; then
48
# 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)
49
if [[ -n "$(find ~/.docker/config.json -mmin -360 -type f)" ]] &&
50
grep "quay.io" -q ~/.docker/config.json && # TODO to be removed at public preview stage of community-search
0 commit comments