From 05c1b65648407d5db1e1be645d24b1c9453b80b5 Mon Sep 17 00:00:00 2001 From: VineetBala-AOT Date: Wed, 24 Jan 2024 12:29:10 -0800 Subject: [PATCH] Removing project type --- .github/workflows/analytics-api-cd.yml | 1 - .github/workflows/deploy.yml | 1 - .github/workflows/met-api-cd.yml | 1 - .github/workflows/met-cron-cd.yml | 1 - .github/workflows/met-etl-cd.yml | 2 -- .github/workflows/met-web-cd.yml | 2 -- .github/workflows/notify-api-cd.yml | 2 -- 7 files changed, 10 deletions(-) diff --git a/.github/workflows/analytics-api-cd.yml b/.github/workflows/analytics-api-cd.yml index f2b06aa8a..d1f342795 100644 --- a/.github/workflows/analytics-api-cd.yml +++ b/.github/workflows/analytics-api-cd.yml @@ -22,7 +22,6 @@ defaults: env: APP_NAME: "analytics-api" TAG_NAME: "${{github.event.inputs.environment || 'dev' }}" # If the environment type is manually selected, use the input value; otherwise, use 'dev' as default - PROJECT_TYPE: "${{ 'GDX' }}" # Use 'GDX' as default OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT_LOGIN_REGISTRY }} OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT_SA_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d0d9d1f0..f8fc52a9f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,6 @@ defaults: env: TAG_NAME: "${{ github.event.inputs.environment || 'test' }}" # If the environment type is manually selected, use the input value; otherwise, use 'test' as default - PROJECT_TYPE: "${{ 'GDX' }}" # Use 'GDX' as default OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT_LOGIN_REGISTRY }} OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT_SA_TOKEN }} diff --git a/.github/workflows/met-api-cd.yml b/.github/workflows/met-api-cd.yml index 21c25cb97..af67f00b1 100644 --- a/.github/workflows/met-api-cd.yml +++ b/.github/workflows/met-api-cd.yml @@ -22,7 +22,6 @@ defaults: env: APP_NAME: "met-api" TAG_NAME: "${{ github.event.inputs.environment || 'dev' }}" # If the environment type is manually selected, use the input value; otherwise, use 'dev' as default - PROJECT_TYPE: "${{ 'GDX' }}" # Use 'GDX' as default OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT_LOGIN_REGISTRY }} OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT_SA_TOKEN }} diff --git a/.github/workflows/met-cron-cd.yml b/.github/workflows/met-cron-cd.yml index d19d06f3b..52c3989db 100644 --- a/.github/workflows/met-cron-cd.yml +++ b/.github/workflows/met-cron-cd.yml @@ -23,7 +23,6 @@ defaults: env: APP_NAME: "met-cron" TAG_NAME: "${{github.event.inputs.environment || 'dev' }}" # If the environment type is manually selected, use the input value; otherwise, use 'dev' as default - PROJECT_TYPE: "${{ 'GDX' }}" # Use 'GDX' as default OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT_LOGIN_REGISTRY }} OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT_SA_TOKEN }} diff --git a/.github/workflows/met-etl-cd.yml b/.github/workflows/met-etl-cd.yml index 44505755d..b19147e92 100644 --- a/.github/workflows/met-etl-cd.yml +++ b/.github/workflows/met-etl-cd.yml @@ -24,8 +24,6 @@ env: APP_NAME: "dagster-etl" DEPLOYMENT_NAME: "dagster-dagster-user-deployments-etl" TAG_NAME: "dev" - - PROJECT_TYPE: "${{ 'GDX' }}" # Use 'GDX' as default OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT_LOGIN_REGISTRY }} OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT_SA_TOKEN }} diff --git a/.github/workflows/met-web-cd.yml b/.github/workflows/met-web-cd.yml index 07cecdb09..7d45aeb7b 100644 --- a/.github/workflows/met-web-cd.yml +++ b/.github/workflows/met-web-cd.yml @@ -22,8 +22,6 @@ defaults: env: APP_NAME: "met-web" TAG_NAME: "${{ github.event.inputs.environment || 'dev' }}" # If the environment type is manually selected, use the input value; otherwise, use 'dev' as default - - PROJECT_TYPE: "${{ 'GDX' }}" # Use 'GDX' as default OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT_LOGIN_REGISTRY }} OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT_SA_TOKEN }} diff --git a/.github/workflows/notify-api-cd.yml b/.github/workflows/notify-api-cd.yml index 318e92bc2..959693a29 100644 --- a/.github/workflows/notify-api-cd.yml +++ b/.github/workflows/notify-api-cd.yml @@ -23,8 +23,6 @@ env: APP_NAME: "notify-api" TAG_NAME: "${{ github.event.inputs.environment || 'dev' }}" # If the environment type is manually selected, use the input value; otherwise, use 'dev' as default - PROJECT_TYPE: "${{ 'GDX' }}" # Use 'GDX' as default - OPENSHIFT_LOGIN_REGISTRY: ${{ secrets.OPENSHIFT_LOGIN_REGISTRY }} OPENSHIFT_SA_TOKEN: ${{ secrets.OPENSHIFT_SA_TOKEN }} OPENSHIFT_SA_NAME: ${{ secrets.OPENSHIFT_SA_NAME }}