Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created March 28, 2021 02:45
Show Gist options
  • Select an option

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

Select an option

Save KyMidd/a51db897044a144b1d9ae15763804d89 to your computer and use it in GitHub Desktop.
- task: Bash@3
name: AutoApprovalTest
displayName: Auto-Approval Test
inputs:
filePath: '$(System.DefaultWorkingDirectory)/pipelines/auto_approval_testing/tf_safe_test.sh'
arguments: ''
workingDirectory: '$(System.DefaultWorkingDirectory)/$(tf_directory)'
failOnStderr: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment