Skip to content

Commit

Permalink
[Release issue status] Delete useless varaiable (Azure#23215)
Browse files Browse the repository at this point in the history
* add assignee

* update function

* fix bug

* delete old code

* fix bug

* fix bug

* fix pipeline id

* fix auto-ask-check bug

* update sdk administrators

* fix utils

* Set up CI with Azure Pipelines

[skip ci]

* Update release_issue_status.yml for Azure Pipelines

* Update release_issue_status.yml for Azure Pipelines

* Update release_issue_status.yml for Azure Pipelines

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
BigCat20196 and msyyc authored Feb 28, 2022
1 parent 0549c06 commit 7c6d3e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/release_issue_status/release_issue_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ schedules:
- main
always: true

variables:
- group: Azure SDK Auto Release Pipeline Secrets
- group: SDK Release Helper

jobs:
- job: ReleaseIssueStatus
displayName: ReleaseIssueStatus Python 3.8
Expand All @@ -41,16 +45,12 @@ jobs:
git config --global user.email "ReleaseIssueStatus"
git config --global user.name "ReleaseIssueStatus"
# clone(REPO: https://github.com/Azure/azure-sdk-for-python.git, USR_NAME: Azure, USR_TOKEN: xxxxxxxxxxxxx)
# clone(FILE_REPO: https://github.com/msyyc/file-storage.git, USR_NAME: msyyc, USR_TOKEN: xxxxxxxxxxxxx)
mkdir file-storage
git clone ${REPO:0:8}$(USR_NAME):$(USR_TOKEN)@${REPO:8} $(pwd)/file-storage
git clone ${FILE_REPO:0:8}$(USR_NAME):$(Yuchao-GitToken)@${FILE_REPO:8} $(pwd)/file-storage
# import env variable
export CONN_STR=$(ENV_CONN_STR)
export FILE=$(ENV_FILE)
export TOKEN=$(USR_TOKEN)
export HEADERS=$(PIPELINE_HEADERS)
export URL=$(PIPELINE_URL)
export TOKEN=$(Yuchao-GitToken)
export PIPELINE_TOKEN=$(PIPELINE-TOKEN)
export JF_TOKEN=$(Jiefeng-GitToken)
Expand Down

0 comments on commit 7c6d3e8

Please sign in to comment.