Skip to content

Commit

Permalink
Follow up previous commit about env in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 14, 2025
1 parent 9216f2b commit 628120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: QGIS Server all logs to file
if: always()
run: |
docker logs lizmap${{ env.LZMBRANCH }}_test_qgis &> /tmp/qgis-server-all.log
docker logs lizmap${LZMBRANCH}_test_qgis &> /tmp/qgis-server-all.log
- name: QGIS Server all logs upload
uses: actions/[email protected]
Expand Down

0 comments on commit 628120f

Please sign in to comment.