update with gitlog
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-11-12 12:54:47 +01:00
parent 49552ddd74
commit df7625579f
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export const getPosts = cache(async (): Promise<Post[]> => {
const updatePosts = async () => {
return new Promise((resolve, reject) => {
exec(
`(cd ${process.env.POSTS_DIR}; git pull --rebase)`,
`(cd ${process.env.POSTS_DIR}; git pull --rebase || true)`,
(error, stdout, stderr) => {
if (error) {
console.warn(error);

2
posts

@ -1 +1 @@
Subproject commit 83679c8770185b01ad187d0ba673f0989455eaeb
Subproject commit 3dcff448a8516c3b8b1c4b17a78a3873848a22da