fix: correct drone yaml environment syntax
This commit is contained in:
@@ -26,8 +26,7 @@ steps:
|
||||
- name: update-manifests
|
||||
image: alpine/git:latest
|
||||
environment:
|
||||
GITEA_TOKEN:
|
||||
from_secret: gitea_token
|
||||
GITEA_TOKEN: { from_secret: gitea_token }
|
||||
commands:
|
||||
- cd /drone/src
|
||||
- TAG=$(echo $DRONE_COMMIT_SHA | cut -c1-8)
|
||||
|
||||
Reference in New Issue
Block a user