Skip to content

Commit 725fc2a

Browse files
committed
Fix ci
1 parent 5beca2b commit 725fc2a

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)