fix indenting

This commit is contained in:
Niklas Müller 2023-12-22 14:39:43 +01:00
parent c2e86c9ce4
commit dc12d923ea

View file

@ -34,7 +34,7 @@ jobs:
- live
needs: [ git-llamafile ]
if: |
always()
always()
steps:
- run: (cd /root/docker-llamafile && docker build -t tidoni/llamafile:latest .)
@ -47,7 +47,7 @@ jobs:
- live
needs: [ git-llamafile, bld-llamafile ]
if: |
always()
always()
steps:
- run: docker push tidoni/llamafile:latest
@ -60,7 +60,7 @@ jobs:
- live
needs: [ git-llamafile, bld-llamafile ]
if: |
always()
always()
steps:
- run: docker stop llama || true
- run: docker rm llama || true