yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jason 2020-08-25 15:42:47 +08:00
parent e56a8bbc54
commit d98ff62a4e
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ platform:
steps:
- name: test
image: ruby
image: ruby:latest
commands:
- puts "Hello World!"
- ruby -v