Skip to content

Commit

Permalink
end to end flow for build and deploy - first attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Oct 17, 2024
1 parent 3220581 commit d32f9cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ permissions:
jobs:
helm_lint:
name: helm lint
<<<<<<< HEAD
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW_VERSION
=======
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@main
>>>>>>> 415f7b6 (end to end flow for build and deploy - first attempt)
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW VERSION
secrets: inherit
with:
environment: ${{ inputs.environment || 'dev' }}
Expand Down

0 comments on commit d32f9cc

Please sign in to comment.