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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue