no clean
This commit is contained in:
parent
aad3c29a9a
commit
85dc35da7b
@ -48,6 +48,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
clean: false
|
||||
|
||||
- name: Determine frontend ref
|
||||
id: get-version
|
||||
@ -61,6 +63,7 @@ jobs:
|
||||
ref: ${{ steps.get-version.outputs.version }}
|
||||
token: ${{ vars.REGISTRY_TOKEN }}
|
||||
path: frontend/src/qore
|
||||
clean: false
|
||||
|
||||
- name: Create frontend .env file from secret
|
||||
run: echo "${{ secrets.frontend-env }}" > frontend/.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user