Fix one too many quote

This commit is contained in:
Laurent Indermuehle 2023-03-23 11:38:16 +01:00
parent ab052e9c24
commit baa60dfbab
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -391,7 +391,7 @@ jobs:
- name: Compute docker_image - Set python_version_flat
run: >
echo "python_version_flat=$(echo ${{ matrix.python }}
| tr -d '.'')" >> $GITHUB_ENV
| tr -d '.')" >> $GITHUB_ENV
- name: Compute docker_image - Set connector_version_flat
run: >