Update the job
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-07-17 14:13:39 +02:00
parent 28f5b139d0
commit efc493f092

View File

@ -8,7 +8,7 @@ steps:
image: node image: node
name: Build the script name: Build the script
environment: environment:
GIT_TAG: 0.11.0 GIT_TAG: '@clappr/player@0.11.9'
commands: commands:
- git clone https://github.com/clappr/clappr.git clappr - git clone https://github.com/clappr/clappr.git clappr
- cd clappr - cd clappr
@ -28,7 +28,7 @@ steps:
name: Upload the script name: Upload the script
image: rclone/rclone:latest image: rclone/rclone:latest
environment: environment:
GIT_TAG: 0.11.0 GIT_TAG: 0.11.9
RCLONE_CONFIG: /tmp/rclone.conf RCLONE_CONFIG: /tmp/rclone.conf
RCLONE_CONFIG_CONTENT: RCLONE_CONFIG_CONTENT:
from_secret: rclone_config_content from_secret: rclone_config_content