This commit is contained in:
Jasder 2020-07-21 12:42:35 +08:00
commit bbb4a1ae5c
1 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,6 @@ platform:
steps: steps:
- name: test - name: test
image: ruby image: node
commands: commands:
- bundle install --jobs=3 --retry=3 - echo hello
- rake