mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Fix context
This commit is contained in:
parent
0bbd4d7a10
commit
ab052e9c24
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -406,9 +406,9 @@ jobs:
|
|||
- name: Compute docker_image - Set db_client
|
||||
run: >
|
||||
if [[ ${{ env.db_engine_version_flat }} == 57 ]]; then
|
||||
db_client=my57
|
||||
echo "db_client=my57" >> $GITHUB_ENV
|
||||
else;
|
||||
db_client=$(echo ${{ matrix.connector_name }}"
|
||||
echo "db_client=$(echo ${{ matrix.connector_name }}" >> $GITHUB_ENV
|
||||
fi;
|
||||
|
||||
- name: Set docker_image
|
||||
|
|
Loading…
Add table
Reference in a new issue