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…
Asked
Active
Viewed 110 times
0

Slimshady
- 21
- 3
1 Answers
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