Skip to content

Commit

Permalink
fix rm file
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 23, 2024
1 parent 5a899c5 commit 895158f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 895158f

Please sign in to comment.