1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

chore: update CI file

This commit is contained in:
Christy Jacob 2023-09-08 22:57:25 +00:00
parent 1415727f10
commit 733b7ed612

View file

@ -80,7 +80,6 @@ jobs:
fail-on-cache-miss: true
- name: Load and Start Appwrite
if: steps.load-cache.outputs.cache-hit == 'true'
run: |
docker load --input /tmp/${{ env.IMAGE }}.tar
docker compose up -d
@ -119,7 +118,6 @@ jobs:
fail-on-cache-miss: true
- name: Load and Start Appwrite
if: steps.load-cache.outputs.cache-hit == 'true'
run: |
docker load --input /tmp/${{ env.IMAGE }}.tar
docker compose up -d