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