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

Create the 'cert' directory when building new releases. This resolves #192 and closes #194.

parent 98905cc3
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ if [ -f "$TARGET/composer.json" ]; then
php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET"
fi
mkdir -p "$TARGET/config" "$TARGET/metadata"
mkdir -p "$TARGET/config" "$TARGET/metadata" "$TARGET/cert"
cp -rv "$TARGET/config-templates/"* "$TARGET/config/"
cp -rv "$TARGET/metadata-templates/"* "$TARGET/metadata/"
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