mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
Buildkite: Symlink config/application.yml if not present
This commit is contained in:
@@ -4,6 +4,9 @@ set -e
|
||||
|
||||
echo "--- Loading environment"
|
||||
source /var/lib/jenkins/.rvm/environments/ruby-1.9.3-p392
|
||||
if [ ! -f config/application.yml ]; then
|
||||
ln -s config/application.yml.example config/application.yml
|
||||
fi
|
||||
|
||||
echo "--- Bundling"
|
||||
bundle install
|
||||
|
||||
Reference in New Issue
Block a user