Compare commits

...

2 Commits

Author SHA1 Message Date
9ceb59e5fe Fix .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-14 09:15:42 +01:00
e28eb73962 Fix redis entry for Gitlab CI 2020-03-14 09:13:52 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -9,11 +9,13 @@ steps:
commands:
- npm install
- npm run ci
environment:
TEST_REDIS_HOST: redis
services:
- name: redis
image: redis:5-alpine
---
kind: signature
hmac: a88ee9f582a6f84910dc99e1deac94587796a88b0fda212c78a4c80422bbf33b
hmac: 6cf23314158a6b508ef5240c110304b4b8c8f155d837c393ad1beb7a75a7d990
...

View File

@ -9,4 +9,4 @@ test:
- npm install
- npm run ci
services:
redis:5-alpine
- redis:5-alpine