0
0

Remove old model file from volume
Some checks failed
Test ML model / build (push) Failing after 1m2s

This commit is contained in:
Serghei Cebotari 2023-12-30 14:02:35 +03:00
parent 2056cab767
commit 76e34accd1

View File

@ -25,5 +25,7 @@ jobs:
run: dotnet build run: dotnet build
- name: Test - name: Test
run: dotnet test run: dotnet test
- name: Remove old model
run: rm /output/model.zip
- name: Deploy model - name: Deploy model
run: cp Models/model.zip /output run: cp Models/model.zip /output