Skip to content

Commit

Permalink
Merge pull request #2580 from Tyriar/puppeteer_release
Browse files Browse the repository at this point in the history
Skip puppeteer download during release job
  • Loading branch information
Tyriar authored Nov 24, 2019
2 parents fffbec7 + 2da5a7a commit 4d2afce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['FORCE_RELEASE'], 'true')))
pool:
vmImage: 'ubuntu-16.04'
variables:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
steps:
- task: NodeTool@0
inputs:
Expand All @@ -140,6 +142,7 @@ jobs:
inputs:
key: yarn2 | $(Agent.OS) | yarn.lock
path: node_modules
displayName: Cache node modules
- script: yarn --frozen-lockfile
displayName: 'Install dependencies and build'
- script: NPM_AUTH_TOKEN="$(NPM_AUTH_TOKEN)" node ./bin/publish.js
Expand Down

0 comments on commit 4d2afce

Please sign in to comment.