File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1+ .nyc_output
2+
13# Logs
24logs
35* .log
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ plugins:
1919node_js :
2020 - ' 10'
2121
22- matrix :
23- include :
24- - node_js : " 10"
25- os : osx
26- - node_js : " 10"
27- os : linux
22+ matrix :
23+ include :
24+ - node_js : " 10"
25+ os : osx
26+ - node_js : " 10"
27+ os : linux
2828
2929script :
3030 - npm run test
31- - curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/publish -connector.sh
31+ - curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/package -connector.sh
3232 - chmod 555 package.sh
3333 - ./package.sh
3434
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ test_script:
2020 - node --version
2121 - npm --version
2222 - npm test
23- - curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/publish -connector.sh
23+ - curl -o package.sh -L https://raw.githubusercontent.com/deepstreamIO/deepstream.io/connector-submodules/scripts/connector/package -connector.sh
2424 - bash package.sh
2525 - For /d %%d in ( build\** ) do MOVE %%d %cd%
2626
You can’t perform that action at this time.
0 commit comments