fix: correct drone yaml environment syntax
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user