summaryrefslogtreecommitdiff
path: root/.woodpecker.yaml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-01 16:14:03 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-01 16:14:03 +0300
commit26207917ec6b1011eb8348c9a05d31be3a6a2d9f (patch)
treec35a1f24df842357c7258788b0cb10cd9b791ceb /.woodpecker.yaml
parentd979b6da3622b458922a7a57b3e7aaf18fcab291 (diff)
Added the ability to transfer config through an environment variable
Diffstat (limited to '.woodpecker.yaml')
-rw-r--r--.woodpecker.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml
index 989ec3c..14ad9df 100644
--- a/.woodpecker.yaml
+++ b/.woodpecker.yaml
@@ -39,6 +39,7 @@ steps:
environment:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
+ MESK_CONFIG_TOML: "[repo]\nrepo_url = \"https://mesk.anthrill.i2p/repo/x86_64/\"\nauto_update = true\ndestination = (\"mesk\", \"mesk\")"
commands:
- cargo test --verbose --jobs 2
when: