Skip to content

Commit bf9895f

Browse files
committed
Fix ci
1 parent 1d54d37 commit bf9895f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
docker version
3636
- name: Debug if needed
37-
run: if [[ "$DEBUG" == "true" ]]; then env fi;
37+
run: if [[ "$DEBUG" == "true" ]]; then env; fi
3838
env:
3939
DEBUG: ${{secrets.DEBUG}}
4040
- name: Install dependencies

0 commit comments

Comments
 (0)