8000 Add a little information how to create the properties file · thiagosanches/my-recipes@f01479e · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Add a little information how to create the properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagosanches committed Feb 14, 2024
1 parent 79e04a9 commit f01479e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linux/bin/ado.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/bin/bash

# Please update the 'ado-azure.properties' file with your own data.
# AZURE_ORGANIZATION="ORG"
# AZURE_PROJECT="PROJECT NAME"
# AZURE_AREAPATH="AREA PATH"
# AZURE_ITERATIONPATH="ITERATION PATH"
# AZURE_PAT="BASE64 FOR YOUR PAT"
source ~/r/my-recipes/linux/bin/topsecret/ado-azure.properties

AZURE_URL="https://dev.azure.com/$AZURE_ORGANIZATION/$AZURE_PROJECT/_apis/wit/workItems/\$Task?api-version=7.1"

SUMMARY="$1"
Expand Down

0 comments on commit f01479e

Please sign in to comment.
0