Skip to content

Commit

Permalink
chore(CI v7): Remove Screener job from pipeline (#25990)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Dec 20, 2022
1 parent 341b1d7 commit f5a186a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,3 @@ jobs:
githubTargetLink: $(deployUrl)/

- template: .devops/templates/cleanup.yml

- job: Screener
workspace:
clean: all
steps:
- template: .devops/templates/tools.yml

- task: Bash@3
inputs:
filePath: yarn-ci.sh
displayName: yarn

- script: |
yarn lage screener --to vr-tests --debug --verbose --no-cache
displayName: run VR Test
env:
SCREENER_API_KEY: $(screener.key)
- template: .devops/templates/cleanup.yml

0 comments on commit f5a186a

Please sign in to comment.