From f357115d7121beaaf51efd2820aa2d34794988a0 Mon Sep 17 00:00:00 2001 From: FrankSafelite Date: Mon, 27 Sep 2021 13:50:13 -0400 Subject: [PATCH 1/4] Update App.vue --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 1982e117d..ba7875693 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,6 +4,7 @@
+

Test PR

From 6e7d4647f34c04fe4bad20d1b1f02f135f74996d Mon Sep 17 00:00:00 2001 From: FrankSafelite Date: Wed, 29 Sep 2021 09:02:38 -0400 Subject: [PATCH 2/4] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a5092e59e..340717fc0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 From f41ed5b8c9174e05295fafa263c791f8b69c2559 Mon Sep 17 00:00:00 2001 From: FrankSafelite Date: Wed, 29 Sep 2021 09:18:04 -0400 Subject: [PATCH 3/4] Update azure-pipelines.yml --- azure-pipelines.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 340717fc0..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 From 4ae4586f42701cc0096ab335bc507facbbbdd124 Mon Sep 17 00:00:00 2001 From: FrankSafelite Date: Wed, 29 Sep 2021 21:00:47 -0400 Subject: [PATCH 4/4] Update App.vue --- src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ba7875693..1982e117d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,6 @@
-

Test PR