test
This commit is contained in:
parent
a5f57a6b44
commit
8d9005b7b7
@ -51,6 +51,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
|
|
||||||
|
- name: Setup composer
|
||||||
|
uses: https://git.qlic.nl/actions/setup-composer@v1
|
||||||
|
with:
|
||||||
|
args: ${{ inputs.composer-args }}
|
||||||
|
|
||||||
- name: Determine frontend ref
|
- name: Determine frontend ref
|
||||||
id: get-version
|
id: get-version
|
||||||
run: |
|
run: |
|
||||||
@ -74,11 +79,6 @@ jobs:
|
|||||||
- name: Clone frontend
|
- name: Clone frontend
|
||||||
run: git clone --depth 1 --branch ${{ steps.get-version.outputs.version }} git@git.qlic.nl:qore/qore-frontend.git frontend/src/qore
|
run: git clone --depth 1 --branch ${{ steps.get-version.outputs.version }} git@git.qlic.nl:qore/qore-frontend.git frontend/src/qore
|
||||||
|
|
||||||
- name: Setup composer
|
|
||||||
uses: https://git.qlic.nl/actions/setup-composer@v1
|
|
||||||
with:
|
|
||||||
args: ${{ inputs.composer-args }}
|
|
||||||
|
|
||||||
- name: Create .env file from secret
|
- name: Create .env file from secret
|
||||||
run: echo "${{ secrets.env }}" > .env
|
run: echo "${{ secrets.env }}" > .env
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user