Skip to content

Commit

Permalink
CDPS-1054: Switch helm lint environment name from development to dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtac50 committed Nov 19, 2024
1 parent e811c5e commit 33d77c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
type: choice
required: true
options:
- development
- dev
- preprod
- staging
- production
default: 'development'
default: 'dev'
docker_registry:
description: Docker registry
required: true
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW VERSION
secrets: inherit
with:
environment: ${{ inputs.environment || 'development' }}
environment: ${{ inputs.environment || 'dev' }}
kotlin_validate:
name: Validate the kotlin
uses: ministryofjustice/hmpps-github-actions/.github/workflows/kotlin_validate.yml@v1 # WORKFLOW_VERSION
Expand Down

0 comments on commit 33d77c3

Please sign in to comment.