fix: correct drone yaml environment syntax

This commit is contained in:
Yaojia Wang
2026-03-18 23:33:17 +01:00
parent d4e06c71b7
commit 42f25426ac

View File

@@ -26,8 +26,7 @@ steps:
- name: update-manifests - name: update-manifests
image: alpine/git:latest image: alpine/git:latest
environment: environment:
GITEA_TOKEN: GITEA_TOKEN: { from_secret: gitea_token }
from_secret: gitea_token
commands: commands:
- cd /drone/src - cd /drone/src
- TAG=$(echo $DRONE_COMMIT_SHA | cut -c1-8) - TAG=$(echo $DRONE_COMMIT_SHA | cut -c1-8)