Skip to content

Commit

Permalink
Updating .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heyzooi committed Oct 30, 2018
1 parent 7bf1816 commit 8c04803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ task:
osx_instance:
image: high-sierra-xcode-10.0
environment:
COCOAPODS_PASSWORD: ENCRYPTED[5926b7e6b240a4d63d81d3c22f87e2b3304462b13da572fde3a6f036d95e13520429980698718dd5fe48903efb05d53d]
COCOAPODS_PASSWORD: ENCRYPTED[9384d3346dae1690d5da71a1041d6a8a61b3c7b5465becb56626558e6b6705932b0dc8b4254be20073ec5c3801a640c5]
pod_version_script: pod --version
netrc_line1_script: echo "machine trunk.cocoapods.org" >> ~/.netrc
netrc_line2_script: echo " login [email protected]" >> ~/.netrc
netrc_line3_script: echo " password $COCOAPODS_PASSWORD" >> ~/.netrc
pod_trunk_push_script: pod trunk push

0 comments on commit 8c04803

Please sign in to comment.