summaryrefslogtreecommitdiff
path: root/.circleci/regenerate.sh
blob: 5afaadff7a8f228ff8f455e4ded8aa5408566ade (plain)
1
2
3
4
5
6
#!/bin/bash -xe

# Allows this script to be invoked from any directory:
cd $(dirname "$0")

./generate_config_yml.py > config.yml