Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 19ab640

Browse files
author
pascal
committed
Missing a WP test
1 parent 0461de8 commit 19ab640

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/wordpress.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
generate_config(){
4+
echo '---' > $CONFIG_FILE
5+
echo '' >> $CONFIG_FILE
6+
echo "project_type: wordpress" >> $CONFIG_FILE
7+
echo "project_name: wordpress" >> $CONFIG_FILE
8+
echo "volume_type: $VOLUME_TYPE" >> $CONFIG_FILE
9+
}

0 commit comments

Comments
 (0)