Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +00:00
Showing only changes of commit a83a23a647 - Show all commits

View File

@ -7,7 +7,7 @@ steps:
- name: checkout pr
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: node:alpine