Commit 725fc2af authored by Smolevich's avatar Smolevich

Fix ci

parent 5beca2b3
......@@ -34,7 +34,7 @@ jobs:
run: |
docker version
- name: Debug if needed
run: if [[ "$DEBUG" == "true" ]]; then env fi;
run: if [[ "$DEBUG" == "true" ]]; then env; fi
env:
DEBUG: ${{secrets.DEBUG}}
- 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