mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Cut trailing semi-colon on last command
This commit is contained in:
parent
a2a12bda3e
commit
a27d63a25f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -454,7 +454,7 @@ jobs:
|
||||||
|
|
||||||
echo Setting Ansible version to "${{ matrix.ansible }}"...;
|
echo Setting Ansible version to "${{ matrix.ansible }}"...;
|
||||||
echo -n "${{ matrix.ansible }}"
|
echo -n "${{ matrix.ansible }}"
|
||||||
> tests/integration/ansible;
|
> tests/integration/ansible
|
||||||
docker-image: ${{ env.docker_image }}
|
docker-image: ${{ env.docker_image }}
|
||||||
target-python-version: ${{ matrix.python }}
|
target-python-version: ${{ matrix.python }}
|
||||||
testing-type: integration
|
testing-type: integration
|
||||||
|
|
Loading…
Add table
Reference in a new issue