Skip to content

Commit

Permalink
feat(pipeline.yml): remove custome kotlin_validate.yml since env vari…
Browse files Browse the repository at this point in the history
…ables are set elsewhere
  • Loading branch information
malaw-moj committed Jan 24, 2025
1 parent 6773170 commit cf7b54f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/kotlin_validate.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
environment: ${{ matrix.environments }}
kotlin_validate:
name: Validate the kotlin
uses: ./.github/workflows/kotlin_validate.yml # WORKFLOW_VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/kotlin_validate.yml@v2 # WORKFLOW_VERSION
secrets: inherit
build:
name: Build docker image from hmpps-github-actions
Expand Down

0 comments on commit cf7b54f

Please sign in to comment.