Update pipelines:
Some checks failed
ci/woodpecker/push/spellcheck/1 Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/spellcheck/2 Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-02-05 11:46:34 +01:00
parent 4957df8156
commit 64dc6af467

View File

@@ -30,10 +30,10 @@ steps:
upload:
name: Upload the CV
image: rclone/rclone:latest
secrets:
- rclone_config_content
environment:
RCLONE_CONFIG: /tmp/rclone.conf
RCLONE_CONFIG_CONTENT:
from_secret: RCLONE_CONFIG_CONTENT
commands:
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
- |-
@@ -44,10 +44,10 @@ steps:
branch: main
name: Upload the official version
image: rclone/rclone:latest
secrets:
- rclone_config_content
environment:
RCLONE_CONFIG: /tmp/rclone.conf
RCLONE_CONFIG_CONTENT:
from_secret: RCLONE_CONFIG_CONTENT
commands:
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
- |-