From 842cc63ae7fc7e683937272a9c593b60ee5ee824 Mon Sep 17 00:00:00 2001 From: saw-jan Date: Wed, 25 Aug 2021 17:26:45 +0545 Subject: [PATCH] update drone config --- .drone.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0eafa5d..19ca07e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,22 +17,22 @@ steps: - until curl -s http://localhost:3000; do sleep 5; done - until curl -s http://localhost:1337; do sleep 5; done - - name: ui-tests - image: node - commands: - - cd client - - npm ci - - npm run test:webui tests/acceptance/features + # - name: ui-tests + # image: node + # commands: + # - cd client + # - npm ci + # - npm run test:webui tests/acceptance/features services: - - name: postgres - image: postgres - volumes: - - name: data-path - path: /var/lib/postgresql/data - environment: - POSTGRES_DB: planka - POSTGRES_HOST_AUTH_METHOD: trust + # - name: postgres + # image: postgres + # volumes: + # - name: data-path + # path: /var/lib/postgresql/data + # environment: + # POSTGRES_DB: planka + # POSTGRES_HOST_AUTH_METHOD: trust - name: selenium image: selenium/standalone-chrome-debug