Skip to content

Commit

Permalink
Force docker conf for 8.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Oct 2, 2023
1 parent e581dee commit 0c78eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/checkout-prestashop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ runs:
echo PS_FF_SYMFONY_LAYOUT=true >> .env
shell: bash

# In old versions the docker configuration is not adapted to our test workflow so it is forcefully overridden
# In old versions the docker configuration is not adapted to our test workflow, it may even not exist So it is forcefully overridden
- name: Override Docker configuration
if: startsWith(inputs.repository_ref, '1.7')
if: startsWith(inputs.repository_ref, '1.7') || startsWith(inputs.repository_ref, '8.0')
run: |
cp -R ./custom_actions/docker-reference/.docker ${{ inputs.ps_dir }}
cp ./custom_actions/docker-reference/docker-compose.yml ${{ inputs.ps_dir }}
Expand Down

0 comments on commit 0c78eff

Please sign in to comment.