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 04992d7 commit 55795d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/erase_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ jobs:
run: |
# be sure to have INSTANCE set
if [[ "x${{ env.NAME }}" != "dspace-" ]]; then
echo docker volume ls --filter name="${{ env.NAME }}_" -q
echo docker volume rm $(docker volume ls --filter name="$NAME_" -q) || true
docker volume rm $(docker volume ls --filter name="${{ env.NAME }}_" -q) || true
fi;

0 comments on commit 55795d9

Please sign in to comment.