Skip to content
Snippets Groups Projects
Commit 5611beed authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Create the log directory when building a release.

parent 23386fe2
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ if [ -f "$TARGET/composer.json" ]; then ...@@ -43,7 +43,7 @@ if [ -f "$TARGET/composer.json" ]; then
php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET" php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET"
fi fi
mkdir -p "$TARGET/config" "$TARGET/metadata" "$TARGET/cert" mkdir -p "$TARGET/config" "$TARGET/metadata" "$TARGET/cert" "$TARGET/log"
cp -rv "$TARGET/config-templates/"* "$TARGET/config/" cp -rv "$TARGET/config-templates/"* "$TARGET/config/"
cp -rv "$TARGET/metadata-templates/"* "$TARGET/metadata/" cp -rv "$TARGET/metadata-templates/"* "$TARGET/metadata/"
rm -rf "$TARGET/.git" rm -rf "$TARGET/.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment