crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

CI: Fix running nightly jobs with CrateDB nightly #597

Closed amotl closed 9 months ago

amotl commented 9 months ago

Problem

Apparently, GH-594 had a flaw when selecting CrateDB nightly, as we can see on the nightly jobs, which probably started failing since this change.

Solution

This patch adjusts the sed command correspondingly, so the nightly job will pick up the CrateDB nightly tarball for Linux again.

matriv commented 9 months ago

This is because the nightly one is only on the root folder and not under os specific dirs.