0

Can anyone provide me a way to assign the path of my profile and certificate which is already in my cloned code to bitrise.(using git) right now, i am giving {“mapped_to”:"$BITRISE_PROVISION_URL",“value”:“file://./profile/bitdist.mobileprovision | file://./profile/bitdev.mobileprovision”,“is_expand”:true} but it is not working…enter image description here

Slimshady
  • 21
  • 3

1 Answers1

1

You should not include the leading $ in {“mapped_to”:"$BITRISE_PROVISION_URL" - it should be just {“mapped_to”:"BITRISE_PROVISION_URL".

Viktor Benei
  • 3,447
  • 2
  • 28
  • 37