From 8615771e1ef6775152cde04820ffbf42ac625736 Mon Sep 17 00:00:00 2001 From: tangoyankee Date: Tue, 17 Sep 2024 17:06:25 -0400 Subject: [PATCH] remove node env from qa and prod client --- .github/workflows/production.yml | 1 - .github/workflows/qa.yml | 1 - "\\" | 12 ++++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 "\\" diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index ddd51d20..be0371c0 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -95,7 +95,6 @@ jobs: MAINTENANCE_START: ${{ vars.MAINTENANCE_START }} MAINTENANCE_END: ${{ vars.MAINTENANCE_END }} HD_NYCID_DOMAIN: ${{ secrets.NYCID_DOMAIN }} - NODE_ENV: ${{ vars.NODE_ENV }} steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 3a8bd832..d25ad3db 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -89,7 +89,6 @@ jobs: HOST: ${{ vars.ZAP_API_HOST }} MAINTENANCE_START: ${{ vars.MAINTENANCE_START }} MAINTENANCE_END: ${{ vars.MAINTENANCE_END }} - NODE_ENV: ${{ vars.NODE_ENV }} steps: - uses: actions/checkout@v4 with: diff --git "a/\\" "b/\\" new file mode 100644 index 00000000..f8a7a62b --- /dev/null +++ "b/\\" @@ -0,0 +1,12 @@ +add sharepoint site id + +caution: temp disabled test client dependency +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# On branch main +# Your branch is up to date with 'origin/main'. +# +# Changes to be committed: +# modified: .github/workflows/staging.yml +#