ADD test_devops.rb file

This commit is contained in:
Jasder 2020-07-31 16:22:55 +08:00
parent 3351f8b18f
commit 88a9936069
1 changed files with 3 additions and 0 deletions

3
test_devops.rb Normal file
View File

@ -0,0 +1,3 @@
def test_devops
puts "test devops"
end