Skip to content

Commit

Permalink
Add params to sdkautomation (#10723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix He authored Sep 8, 2020
1 parent fceeea4 commit ea03cbf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .azure-pipelines/SDKAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

variables:
NODE_OPTIONS: '--max-old-space-size=8192'
BLOB_STORAGE_PREFIX: sdkautomation-pipeline
SPEC_REPO: $(Build.Repository.Name)
PR_NUMBER: $(System.PullRequest.PullRequestNumber)
BUILD_ID: $(Build.BuildId)
Expand Down Expand Up @@ -64,13 +63,16 @@ jobs:
displayName: Pull SDK Automation Image
- script: |
docker run \
-e BLOB_PROXY_PREFIX \
-e BLOB_STORAGE_PREFIX \
-e BLOB_STORAGE_IS_PUBLIC \
-e BLOB_DOWNLOAD_COMMAND \
-e BLOB_STORAGE_NAME \
-e BLOB_STORAGE_KEY \
-e GITHUB_COMMENT_AUTHOR_NAME \
-e GITHUBAPP_ID \
-e GITHUBAPP_PRIVATE_KEY \
-e NODE_OPTIONS \
-e BLOB_STORAGE_PREFIX \
-e SPEC_REPO \
-e PR_NUMBER \
-e SDK_REPO_NAME \
Expand All @@ -80,6 +82,10 @@ jobs:
env:
BLOB_STORAGE_NAME: $(blob-storage-name)
BLOB_STORAGE_KEY: $(blob-storage-key)
BLOB_STORAGE_PREFIX: $(blob-storage-prefix)
BLOB_PROXY_PREFIX: $(blob-proxy-prefix)
BLOB_STORAGE_IS_PUBLIC: $(blob-is-public)
BLOB_DOWNLOAD_COMMAND: $(blob-download-command)
GITHUB_COMMENT_AUTHOR_NAME: $(github-comment-author-name)
GITHUBAPP_ID: $(githubapp-id)
GITHUBAPP_PRIVATE_KEY: $(githubapp-private-key)
Expand Down

0 comments on commit ea03cbf

Please sign in to comment.