Skip to content

Commit

Permalink
chore: Hello test for cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jun 30, 2021
1 parent 5a02784 commit 767350e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cloudbuild/hello.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

set -eo pipefail

gem install toys
toys --help
3 changes: 3 additions & 0 deletions .cloudbuild/hello.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
steps:
- name: "ruby:3.0"
entrypoint: ".cloudbuild/hello.sh"

0 comments on commit 767350e

Please sign in to comment.