From 895158f8b65d3b9528c18ab9c367c19c6b858207 Mon Sep 17 00:00:00 2001 From: khaledk2 Date: Mon, 23 Sep 2024 15:49:19 +0100 Subject: [PATCH] fix rm file --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93e3036..3385c8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,9 +76,9 @@ jobs: # run restore omero database python manage.py restore_postgresql_database rm app_data/omero_db_searchengine.zip - rm app_data/omero_train.zip + #rm app_data/omero_train.zip rm app_data/omero.pgdump - rm app_data/omero_train.pgdump + #rm app_data/omero_train.pgdump # run indexing indexing #curl -XGET http://localhost:${{ job.services.elasticsearch.ports[9200] }}/_cluster/health?pretty=true #curl -XGET http://localhost:${{ job.services.elasticsearch.ports[9200] }}/_cluster/allocation/explain?pretty