Skip to content

Commit

Permalink
[devOps] import/erase workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Nov 7, 2023
1 parent 24c3db1 commit e2485da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/erase_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
run: |
# be sure to have INSTANCE set
if [[ "x$NAME" != "dspace-" ]]; then
docker volume rm $(docker volume ls --filter name=$NAME_ -q) || true
echo docker volume rm $(docker volume ls --filter name="$NAME_" -q) || true
fi;

0 comments on commit e2485da

Please sign in to comment.