Skip to content

Commit

Permalink
Update bin/populate-ceps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Nov 6, 2024
1 parent 5592425 commit d72a8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/populate-ceps
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ HERE=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

rm "${HERE}/../community/ceps/*.md" || mkdir -p "${HERE}/../community/ceps/"
pushd $(mktemp -d)
curl -L https://github.com/jaimergp/ceps/archive/editorial-updates.tar.gz -o ceps.tar.gz
curl -L https://github.com/conda/ceps/archive/main.tar.gz -o ceps.tar.gz
tar -xf ceps.tar.gz
cd ceps-editorial-updates
cd ceps-main
for f in cep-*.md; do
echo "---" > "${HERE}/../community/ceps/$f"
if [[ $f == cep-0000.md ]]; then
Expand Down

0 comments on commit d72a8d5

Please sign in to comment.