2
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Lim 410fb5a51a
Resolves backend-core#23 added endpoint to unpin conversations
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2019-11-05 19:06:40 +08:00
Ambrose Chua bd5eeebf27
Add gitea-creds file [SKIP CI]
Tea switched to yml, so for now we read our own env file for
backend-update
2019-11-03 22:02:07 +08:00
Ambrose Chua ecfe6bda6c
feat/remove-dm-code: Bump backend-core
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2019-11-03 21:29:27 +08:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
node_modules/
files/*
!files/.gitkeep
gitea-creds

@ -1 +1 @@
Subproject commit fffda5271bfb0d395f842c730e9f7a0b366696b9
Subproject commit 22927396f611f433e8239bda0d1ffeb469811fc4

View File

@ -2,7 +2,7 @@
set -e
. ~/.config/gitearc
. gitea-creds
repo=beep/backend
branch="$1"