Apparently when
drone exec --event tag --ref refs/tags/v2.23.0
and one of my steps make use of the $DRONE_TAG
variable, that breaks on drone exec
as that variable doesn’t get expanded?
on my .drone.yml
I have:
- name: test
image: alpine
commands:
- env
- "echo DRONE_TAG: $DRONE_TAG"
But the output for drone exec
doesn’t present "$DRONE_TAG
which should be v2.23.0
I am running
$ drone --version
drone version 1.4.0