Skip to content

Commit

Permalink
NRL-817 Fix paths for permissions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
axelkrastek1-nhs committed Jul 1, 2024
1 parent 99747ba commit 43168b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/persistent-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
name: build-artifacts
path: |
dist/*.zip
!dist/nrlf-permissions.zip
!dist/nrlf_permissions.zip
- name: Save NRLF Permissions cache
uses: actions/cache/save@v4
with:
key: ${{ github.run_id }}-nrlf-permissions
path: dist/nrlf-permissions.zip
path: dist/nrlf_permissions.zip

terraform-plan:
name: Terraform Plan - ${{ inputs.environment }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ github.run_id }}-nrlf-permissions
path: dist/nrlf-permissions.zip
path: dist
fail-on-cache-miss: true

- name: Terraform Init
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ github.run_id }}-nrlf-permissions
path: dist/nrlf-permissions.zip
path: dist
fail-on-cache-miss: true

- name: Configure Management Credentials
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: build-artifacts
path: |
dist/*.zip
!dist/nrlf-permissions.zip
!dist/nrlf_permissions.zip
- name: Save NRLF Permissions cache
uses: actions/cache/save@v4
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ github.run_id }}-nrlf-permissions
path: dist/nrlf-permissions.zip
path: dist
fail-on-cache-miss: true

- name: Retrieve Server Certificates
Expand Down

0 comments on commit 43168b5

Please sign in to comment.