Skip to content

Commit

Permalink
allow errors while cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Mar 13, 2024
1 parent e351540 commit 5a5b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/populate-minutes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

HERE=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

rm ${HERE}/../community/minutes/*.md
rm ${HERE}/../community/minutes/*.md || true
pushd $(mktemp -d)
curl -L https://github.com/conda-incubator/governance/archive/refs/heads/main.tar.gz -o governance.tar.gz
tar -C "${HERE}/../community/minutes" -xf governance.tar.gz --strip-components 3 "governance-main/meetings/archive/"
Expand Down

0 comments on commit 5a5b5de

Please sign in to comment.