Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 18, 2025
1 parent 5d3870f commit f662155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis/conda/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ patch -p1 < ../ci/travis/conda/libgdal-adbc.patch
patch -p1 < ../ci/travis/conda/muparser.patch

# Patch version = "X.Y.Z" to "X.Y.99"
sed 's/version = "\([0-9]\+\)\.\([0-9]\+\)\.\([0-9]\+\)"/version = "\1.\2.99"/' < recipe/recipe.yaml > recipe.yaml
mv recipe.yaml recipe/recipe.yaml
sed 's/version = "\([0-9]\+\)\.\([0-9]\+\)\.\([0-9]\+\)"/version = "\1.\2.99"/' < recipe/meta.yaml > meta.yaml
mv meta.yaml recipe/meta.yaml

cat > recipe/recipe_clobber.yaml <<EOL
source:
Expand Down

0 comments on commit f662155

Please sign in to comment.