Compare commits

...

3 Commits

Author SHA1 Message Date
victor.kolomin 689ac2a54c fix issue with mc client
ci/woodpecker/tag/build Pipeline was successful
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 18:29:48 +02:00
victor.kolomin 6602090c45 remove .woodpecker file according to doc
ci/woodpecker/tag/build Pipeline was successful
2026-04-10 13:53:46 +02:00
victor.kolomin 5e4a181ea9 add build file 2026-04-10 13:53:26 +02:00
2 changed files with 2 additions and 2 deletions
@@ -18,4 +18,4 @@ steps:
when:
event:
- tag
- tag
+1 -1
View File
@@ -15,7 +15,7 @@ RUN curl -L https://github.com/rustic-rs/rustic/releases/download/${RUSTIC_VERSI
# RUN curl -L https://github.com/rustic-rs/rustic/releases/download/v0.10.2/rustic-v0.10.2-1-g189b17c-x86_64-unknown-linux-musl.tar.gz \
| tar -xvzf - -C /usr/local/bin rustic && \
\
curl -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
curl -L -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
\
chmod +x /usr/local/bin/rustic /usr/local/bin/mc