fix indenting
This commit is contained in:
parent
c2e86c9ce4
commit
dc12d923ea
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue