Skip to content

Commit 4f7d05e

Browse files
authored
Make RUN_ID a queue time variable in azure-pipelines.yml (#44)
1 parent e77fefc commit 4f7d05e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ pool:
88
variables:
99
- name: GITHUB_REPO
1010
value: 'microsoft/poml'
11-
- name: RUN_ID
12-
value: '15574923104'
11+
# RUN_ID should be set at the queue time.
12+
# - name: RUN_ID
13+
# value: '15574923104'
1314

1415
stages:
1516
- stage: DownloadAndPublish

0 commit comments

Comments
 (0)