Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created December 14, 2019 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/e3f1ad1deffe26519154b816235a4c8e to your computer and use it in GitHub Desktop.
Save xximjasonxx/e3f1ad1deffe26519154b816235a4c8e to your computer and use it in GitHub Desktop.
#!/bin/bash
export topicId=$(cat $(EnvTerraform.jsonOutputVariablesPath) | jq -r '.topic_id.value')
echo "##vso[task.setvariable variable=TopicId;isOutput=true]$topicId"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment