Fix operators for vfspath

This commit is contained in:
2025-11-24 01:10:47 -06:00
parent 62d30fb5d8
commit 5357912f5a

View File

@@ -63,6 +63,8 @@ jobs:
envVars:
- name: GITEA_AUTH
value: '@secret:GITEA_AUTH@'
- name: BUILD_NO
value: '@build_number@'
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep
@@ -77,6 +79,8 @@ jobs:
envVars:
- name: GITEA_AUTH
value: '@secret:GITEA_AUTH@'
- name: BUILD_NO
value: '@build_number@'
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers: