From edef825792d7f5388da562307eb5fc304dcee8f4 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 1 Jul 2018 20:57:37 +0200 Subject: [PATCH] Build system: Don't overwrite config/config.yml.template when creating pre-bundled releases --- .build/create-release.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.build/create-release.sh b/.build/create-release.sh index 8522e32..e68227f 100755 --- a/.build/create-release.sh +++ b/.build/create-release.sh @@ -40,9 +40,6 @@ echo echo "Replacing 'index.php'..." cp vendor/picocms/pico/index.php.dist index.php -echo "Adding 'config/config.yml.template'..." -cp vendor/picocms/pico/config/config.yml.template config/config.yml.template - echo "Adding 'README.md', 'CONTRIBUTING.md', 'CHANGELOG.md'..." cp vendor/picocms/pico/README.md README.md cp vendor/picocms/pico/CONTRIBUTING.md CONTRIBUTING.md