1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Remove couchdb service

This commit is contained in:
adrinr 2023-01-31 12:35:08 +00:00
parent 8eb6ef4d76
commit bb43812ac5

View file

@ -23,15 +23,6 @@ jobs:
build:
runs-on: ubuntu-latest
services:
couchdb:
image: ibmcom/couchdb3
env:
COUCHDB_PASSWORD: budibase
COUCHDB_USER: budibase
ports:
- 4567:5984
strategy:
matrix:
node-version: [14.x]