Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmh committed Oct 3, 2018
1 parent a53ec6c commit 31be48a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pipeline:

backend:
image: node:9
pull: true
when:
event: push
commands:
- yarn
- ./test-server.sh
#backend:
# image: node:9
# pull: true
# when:
# event: push
# commands:
# - yarn
# - ./test-server.sh

frontend:
image: node:9
Expand Down

0 comments on commit 31be48a

Please sign in to comment.