mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
9 lines
266 B
Bash
9 lines
266 B
Bash
echo "${_group}Ensuring files from examples ..."
|
|
|
|
ensure_file_from_example $SENTRY_CONFIG_PY
|
|
ensure_file_from_example $SENTRY_CONFIG_YML
|
|
ensure_file_from_example '../symbolicator/config.yml'
|
|
ensure_file_from_example '../sentry/requirements.txt'
|
|
|
|
echo "${_endgroup}"
|