diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a5092e59e..6286c7f6c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,16 +33,16 @@ variables: stages: # PR's - - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - - stage: TestPr - displayName: Run Unit Tests For PullRequest - jobs: - - template: templates/digital/vue-jest-run-unit-tests.yml@AzureDevOps - parameters: - nodeContainer: node - npmLocation: $(Build.SourcesDirectory) - testResultsFile: junit.xml - summaryFileLocation: coverage/cobertura-coverage.xml + # - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: + # - stage: TestPr + # displayName: Run Unit Tests For PullRequest + # jobs: + # - template: templates/digital/vue-jest-run-unit-tests.yml@AzureDevOps + # parameters: + # nodeContainer: node + # npmLocation: $(Build.SourcesDirectory) + # testResultsFile: junit.xml + # summaryFileLocation: coverage/cobertura-coverage.xml # Dev Build/Deploy - stage: Dev @@ -69,7 +69,7 @@ stages: artifactName: vueDist awsProfile: $(devDeploymentProfile) deployBuckets: - safelite-dev-fmg-us-east-2: + safelite-dev-fmg-us-east-1: clearFolder: true deployFolder: '' - region: us-east-2 + region: us-east-1