Hi.
I experience this type of issue with version 2.0
When i use some smiles in config file run section, in my case with smile
branches section does’nt work.
- run:
name: Notify build Telegram
command: |
trace="`cat output.log | tail -n 20`"
message="
Code succesfully deployed!
https://bitbucket.org/life_is_thug/blog_py/commits/$CIRCLE_SHA1
<pre>${trace//[&><]/$-$}</pre>
"
curl -s -X POST https://api.telegram.org/bot${BOT_TOKEN}/sendMessage -d chat_id=${GROUP_CHAT_ID} -d text="${message}" -d parse_mode=HTML
When i append this smile after Code succesfully deployed!
then branches section in my config file
skipped somehow and build runs on any branch.
EDIT:
Workaround is creating env variable of this smiles unfortunately. I think im a first person who adds smile to env variable