Skip to content

Commit

Permalink
chore(test_deploy.yaml): remove unused environment variable and strea…
Browse files Browse the repository at this point in the history
…mline job dependencies

The environment variable DAGGER_BIN_PATH and its usage in the
setup-dagger job were removed to simplify the configuration, as it was
not utilized effectively within the workflow.
  • Loading branch information
cybersiddhu committed Jul 3, 2024
1 parent da9c754 commit 93efe5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,16 @@ on:
branches:
- develop

env:
DAGGER_BIN_PATH: /tmp/dag/bin

jobs:
setup-dagger:
uses: ./.github/workflows/setup-dagger.yaml
with:
dagger_path: ${{ env.DAGGER_BIN_PATH }}

deploy-setup:
needs: setup-dagger
uses: ./.github/workflows/deploy-setup.yaml
secrets: inherit
with:
cluster: ${{ vars.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ vars.DEV_STAGING_KOPS_STATE_STORAGE }}

deploy-backend:
needs: deploy-setup
uses: ./.github/workflows/deploy-backend.yaml
Expand Down

0 comments on commit 93efe5e

Please sign in to comment.