We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889cb56 commit 546c49cCopy full SHA for 546c49c
reset_database.sh
@@ -1 +1,6 @@
1
-psql -f init.sql && diesel migration run && psql -f testing.sql
+if [ "$HOSTNAME" = queue ]; then
2
+ printf '%s\n' "No you don't"
3
+else
4
+ psql -f init.sql && diesel migration run && psql -f testing.sql
5
+fi
6
+
0 commit comments