Skip to content

Commit

Permalink
warning comment for erase-db action
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger authored Mar 1, 2024
1 parent 47e3b0f commit 655df67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/erase-db/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ runs:
env:
NAME: ${{ inputs.NAME }}
run: |
# # condition below was found by accident and appears to be useless. Investigate later.
# be sure to have INSTANCE set
if [[ "x${NAME}" != "dspace-" ]]; then
# if [[ "x${NAME}" != "dspace-" ]]; then
docker volume rm $(docker volume ls --filter name="${NAME}_" -q) || true
fi;
# fi;

0 comments on commit 655df67

Please sign in to comment.