mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-13 10:48:19 +01:00
8eb30d02e9
* chore: cleanup travis scripts * remove unused script
9 lines
186 B
Bash
Executable File
9 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
PGPASSWORD=pinafore pg_dump -U pinafore -w pinafore_development > fixtures/dump.sql
|
|
cd mastodon/public/system
|
|
tar -czf ../../../fixtures/system.tgz .
|