Commit 725fc2af authored by Smolevich's avatar Smolevich

Fix ci

parent 5beca2b3
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
run: | run: |
docker version docker version
- name: Debug if needed - name: Debug if needed
run: if [[ "$DEBUG" == "true" ]]; then env fi; run: if [[ "$DEBUG" == "true" ]]; then env; fi
env: env:
DEBUG: ${{secrets.DEBUG}} DEBUG: ${{secrets.DEBUG}}
- name: Install dependencies - name: Install dependencies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment