Remove PLA caching from build - its not used here
This commit is contained in:
parent
2b8b069aee
commit
ef5492f63e
@ -120,32 +120,6 @@ jobs:
|
||||
- name: Code Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache page assets
|
||||
id: cache-page-assets
|
||||
uses: actions/cache@v3
|
||||
# env:
|
||||
# cache-name: page-assets
|
||||
with:
|
||||
path: |
|
||||
public/css/app.css
|
||||
public/fonts
|
||||
public/images
|
||||
public/js/app.js
|
||||
public/js/manifest.js
|
||||
public/js/vendor.js
|
||||
#key: build-pla-page-assets-${{ hashFiles('**/package-lock.json') }}
|
||||
key: build-pla-page-assets-29f7ce2
|
||||
#restore-keys: |
|
||||
# build-pla-page-assets-
|
||||
|
||||
- if: ${{ steps.cache-page-assets.outputs.cache-hit != 'true' }}
|
||||
name: List the state of page assets
|
||||
continue-on-error: false
|
||||
run: |
|
||||
echo CACHE-MISS:${{ steps.cache-page-assets.outputs.cache-hit }}
|
||||
ls -al public/css/
|
||||
ls -al public/js/
|
||||
|
||||
- name: Record version and Delete Unnecessary files
|
||||
id: prebuild
|
||||
run: |
|
||||
@ -153,8 +127,6 @@ jobs:
|
||||
echo "revision=${GITHUB_SHA}" >> "$GITHUB_OUTPUT"
|
||||
echo ${GITHUB_SHA::8} > VERSION
|
||||
rm -rf .git* tests/ storage/app/test/
|
||||
ls -al public/css/
|
||||
ls -al public/js/
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
|
Loading…
x
Reference in New Issue
Block a user