Remove test shellscript

This commit is contained in:
Glenn Y. Rolland 2018-08-27 15:48:46 +02:00
parent ba60a6d7cb
commit ba2665e924
2 changed files with 0 additions and 18 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
_*test.sh
/trello2mail

17
test.sh
View file

@ -1,17 +0,0 @@
#!/bin/sh
export EMAIL_FROM="admin@example.com"
export EMAIL_TO="admin@example.com"
export EMAIL_SUBJECT="Daily trello mail"
export TRELLO_URL="https://trello.com/b/someId/someName"
export TRELLO_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export SMTP_USERNAME="admin"
export SMTP_PASSWORD="admin"
export SMTP_PORT="465"
export SMTP_HOSTNAME="mail.example.com"
export SMTP_USE_AUTH="true"
export SMTP_USE_SSL="true"
./_build/trello2mail