Commit 218cc1f3 authored by Dima Brusilovsky's avatar Dima Brusilovsky
Browse files

fix: su travis

parent 2bbd5f99
Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,7 +19,7 @@ before_deploy:
- openssl aes-256-cbc -K $encrypted_ec650c0356a9_key -iv $encrypted_ec650c0356a9_iv -in DatreeCli.cer.enc -out DatreeCli.cer -d
# Secure private key
- openssl aes-256-cbc -K $encrypted_2dfcdd1dc486_key -iv $encrypted_2dfcdd1dc486_iv -in DatreeCli.p12.enc -out DatreeCli.p12 -d
- sudo chown -R travis /Users/travis
- sudo su - travis
- sudo security create-keychain -p test buildagent.keychain
- sudo security default-keychain -s buildagent.keychain
- sudo security unlock-keychain -p test buildagent.keychain
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment