Skip to content

Instantly share code, notes, and snippets.

@chaseholdren
Last active December 16, 2018 00:22
Show Gist options
  • Save chaseholdren/77264654e57873e63bcba34f7d83ceda to your computer and use it in GitHub Desktop.
Save chaseholdren/77264654e57873e63bcba34f7d83ceda to your computer and use it in GitHub Desktop.
{
"steps": [
{
"name": "gcr.io/cloud-builders/npm",
"args": [
"install"
]
},
{
"name": "gcr.io/cloud-builders/npm",
"args": [
"test"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment