diff --git a/.gitpod.yml b/.gitpod.yml index e2484bdb2..ba7746409 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -10,7 +10,7 @@ ports: tasks: - init: > cp config/sample_application.yml config/application.yml && - bin/setup 2>/dev/null + bin/setup 2>/dev/null || true command: > while [ -z "${ALGOLIASEARCH_APPLICATION_ID:=$(cat config/application.yml | grep ALGOLIASEARCH_APPLICATION_ID | sed 's/.*:\s*//')}" ] || [ -z "${ALGOLIASEARCH_SEARCH_ONLY_KEY:=$(cat config/application.yml | grep ALGOLIASEARCH_SEARCH_ONLY_KEY | sed 's/.*:\s*//')}" ] ||