Is there some char limit when using secrets locally?
I do this:
export CHEF_KEY=`cat ~/Documents/jenkins.pem`
So then I run drone exec
and I have
- echo "$CHEF_KEY"
And the var is truncated. Last line of it is missing. Strange thing is, the SAME secret on the drone server is coming through fine. So I’m wondering if it’s getting truncated someplace