Skip to content
Snippets Groups Projects
Commit c06ae08a authored by nimrod's avatar nimrod
Browse files

Workbench: Trigger the CI pipeline.

parent af466666
No related branches found
No related tags found
No related merge requests found
Pipeline #4085 failed
......@@ -5,6 +5,7 @@ RUN curl https://github.com/duckdb/duckdb/releases/download/v1.0.0/duckdb_cli-li
unzip /tmp/duckdb.zip duckdb -d /tmp/ && \
install -m 755 -o root -g root /tmp/duckdb /usr/local/bin/duckdb
# hadolint ignore=DL3007
FROM registry.shore.co.il/toolbx:latest
COPY --from=temp /usr/local/bin/duckdb /usr/local/bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment