mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -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
|
- name: Compute docker_image - Set db_client
|
||||||
run: >
|
run: >
|
||||||
if [[ ${{ env.db_engine_version_flat }} == 57 ]]; then
|
if [[ ${{ env.db_engine_version_flat }} == 57 ]]; then
|
||||||
db_client=my57
|
echo "db_client=my57" >> $GITHUB_ENV
|
||||||
else;
|
else;
|
||||||
db_client=$(echo ${{ matrix.connector_name }}"
|
echo "db_client=$(echo ${{ matrix.connector_name }}" >> $GITHUB_ENV
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
- name: Set docker_image
|
- name: Set docker_image
|
||||||
|
|
Loading…
Add table
Reference in a new issue