bitrise: fix env vars

This commit is contained in:
Flyinghead 2019-05-29 20:07:47 +02:00
parent fdd9370eb1
commit 36c821da49
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ workflows:
inputs:
- content: |
#!/bin/bash
envman add --key GIT_HASH=`git log --pretty=format:'%h' -n 1`
envman add --key GIT_HASH --value `git log --pretty=format:'%h' -n 1`
envman add --key GIT_BUILD --value `git describe --all --always`-$GIT_HASH
- certificate-and-profile-installer@1.10.1: {}
- recreate-user-schemes@1.0.2:
@ -55,7 +55,7 @@ workflows:
inputs:
- content: |
#!/bin/bash
envman add --key GIT_HASH=`git log --pretty=format:'%h' -n 1`
envman add --key GIT_HASH --value `git log --pretty=format:'%h' -n 1`
envman add --key GIT_BUILD --value `git describe --all --always`-$GIT_HASH
- certificate-and-profile-installer@1.10.1: {}
- recreate-user-schemes@1.0.2: