Skip to content

Commit

Permalink
Removing project type
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT committed Jan 24, 2024
1 parent 1a9a274 commit 05c1b65
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/analytics-api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/met-api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/met-cron-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/met-etl-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/met-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/notify-api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 05c1b65

Please sign in to comment.