Fix scripts

This commit is contained in:
2025-10-22 14:05:30 -05:00
parent 5413dba2c7
commit ee35ff31d8

View File

@@ -81,10 +81,7 @@ jobs:
privateKeySecret: TRUENAS_SSH privateKeySecret: TRUENAS_SSH
commands: | commands: |
cd /mnt/storage24tb/Files/Public/CrossLang cd /mnt/storage24tb/Files/Public/CrossLang
ln -s "$NUMBER" latest ln -s @build_number@ latest
envVars:
- name: NUMBER
value: '@build_number@'
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep - !CommandStep
name: Build and Publish Deb Package (Plucky) name: Build and Publish Deb Package (Plucky)