We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0833afc + fa03f29 commit b91ea11Copy full SHA for b91ea11
2 files changed
.drone.yml
circle.yml
@@ -0,0 +1,19 @@
1
+machine:
2
+ post:
3
+ - cd $HOME && git clone --depth 1 -v git@github.com:clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
4
+ node:
5
+ version: 6.2.2
6
+ services:
7
+ - docker
8
+dependencies:
9
+ override:
10
+ - npm install
11
+test:
12
13
+ - npm test
14
+deployment:
15
+ all:
16
+ branch: master
17
+ owner: Clever
18
+ commands:
19
+ - $HOME/ci-scripts/circleci/npm-publish $NPM_TOKEN .
0 commit comments