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

Commit

Permalink
Merge pull request #140 from AscendNTNU/fix/remove-ci-step
Browse files Browse the repository at this point in the history
Fix #138 by removing CI step
  • Loading branch information
niklasmh authored Oct 3, 2018
2 parents a53ec6c + 31be48a commit 98ab710
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 98ab710

Please sign in to comment.