Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created March 28, 2021 03:15
Show Gist options
  • Select an option

  • Save KyMidd/c60b3144a1b96ad5cd28acd4e84bbc1c to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/c60b3144a1b96ad5cd28acd4e84bbc1c to your computer and use it in GitHub Desktop.
if [[ $line == *"will be created"* ]]; then
echo "##[section]Approval not required for" $resource_path
approvalRequired="no"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment