Skip to content

Commit

Permalink
[delete commit]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarnakken committed Sep 14, 2024
1 parent 64dfcd0 commit e41a9c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ trigger:
- pull_request

steps:
- name: clear_cache
image: node:18-alpine
commands:
- yarn cache clean

- name: postgres
image: postgres:12.3
detach: true
Expand Down Expand Up @@ -362,4 +367,6 @@ image_pull_secrets:

---
kind: signature
hmac: 4edd037ec61390966e80949fd80f036651109310c03b4a9e3ea2708bb68b3549
hmac: 473eacb5962f780f22ef09565ccb0e14ca5d7b27be837f99f0a05e9a9aba6dfa

...

0 comments on commit e41a9c1

Please sign in to comment.