Skip to content

Commit

Permalink
[devOps] using composite
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Nov 8, 2023
1 parent 1c06f92 commit e11b778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/erase-db/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ runs:
run: |
# be sure to have INSTANCE set
if [[ "x${NAME}" != "dspace-" ]]; then
echo docker volume rm $(docker volume ls --filter name="${NAME}_" -q) || true
docker volume rm $(docker volume ls --filter name="${NAME}_" -q) || true
fi;

0 comments on commit e11b778

Please sign in to comment.