Skip to content

Instantly share code, notes, and snippets.

@aaronsmulktis
Last active April 23, 2020 22:27
Show Gist options
  • Save aaronsmulktis/6fc72e8d5c74562aa19b591e7038b61a to your computer and use it in GitHub Desktop.
Save aaronsmulktis/6fc72e8d5c74562aa19b591e7038b61a to your computer and use it in GitHub Desktop.

Put latest commit ID in variable

latestCommit="$(git rev-parse HEAD)"

Deploy via CLI

az pipelines build queue -p=Carvana.Projects --definition-name=Carvana.Campaigns.DEV --branch=refs/heads/@aaron.smulktis/develop --commit-id=${latestCommit}

Speedometer

npx @carvana/speedometer run -u https://apim.zagforward.com/spinner -b 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment