[#210] [TwitterAPI] Made actor be stored for uploads. Added ownership check
[akkoma] / .gitlab-ci.yml
index ec67607c3b47f8bfb0b4c822be8c15ca28ba3fbb..7c240d9f1523dedd0c55ecba4d72e8692ff08369 100644 (file)
@@ -8,9 +8,12 @@ variables:
   POSTGRES_USER: postgres
   POSTGRES_PASSWORD: postgres
   DB_HOST: postgres
+
 cache:
+  key: ${CI_COMMIT_REF_SLUG}
   paths:
           - deps
+          - _build
 stages:
   - lint
   - test