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

Commit 98ab710

Browse files
authored
Merge pull request #140 from AscendNTNU/fix/remove-ci-step
Fix #138 by removing CI step
2 parents a53ec6c + 31be48a commit 98ab710

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.drone.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pipeline:
22

3-
backend:
4-
image: node:9
5-
pull: true
6-
when:
7-
event: push
8-
commands:
9-
- yarn
10-
- ./test-server.sh
3+
#backend:
4+
# image: node:9
5+
# pull: true
6+
# when:
7+
# event: push
8+
# commands:
9+
# - yarn
10+
# - ./test-server.sh
1111

1212
frontend:
1313
image: node:9

0 commit comments

Comments
 (0)