Placeholder to demo post 1

less than 1 minute read

Trying to get my pipeline to work first: GCP repo -> cloud build -> app engine with trigger to update after every push

Testing code snippet:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

Updated: