Created
January 8, 2018 01:28
-
-
Save DazWilkin/4247cc3f98c4c030af810f92f19a4df0 to your computer and use it in GitHub Desktop.
First (Worst?) Google Assistant app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| steps: | |
| - name: gcr.io/cloud-builders/gcloud | |
| args: [ | |
| 'beta', | |
| 'functions', | |
| 'deploy','test', | |
| '--source=https://source.developers.google.com/projects/${PROJECT_ID}/repos/[[YOUR-REPO]]/moveable-aliases/master/paths/', | |
| '--trigger-http', | |
| '--entry-point=test', | |
| '--project=${PROJECT_ID}' | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment